]> code.delx.au - gnu-emacs/commitdiff
Fix documentation of 'ses-define-local-printer'
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2015 11:16:15 +0000 (13:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2015 11:16:15 +0000 (13:16 +0200)
* doc/misc/ses.texi (Printer functions): Fix whitespace between
sentences and punctuation.  Add an index entry for
'ses-define-local-printer'.

doc/misc/ses.texi
etc/NEWS

index 2f92e3ea836975d7f9c94dd5ad3bed74631c4ca1..9b2a457a710e70e00a9b2a72ab2d5f41e99bd0a5 100644 (file)
@@ -377,6 +377,7 @@ Undo previous action (@code{(undo)}).
 @findex ses-read-cell-printer
 @findex ses-read-column-printer
 @findex ses-read-default-printer
+@findex ses-define-local-printer
 @findex ses-center
 @findex ses-center-span
 @findex ses-dashfill
@@ -435,13 +436,13 @@ Centering with dashes and spill-over.
 Centering with tildes (~) and spill-over.
 @end table
 
-You can define printer function local to a sheet with command
-@code{ses-define-local-printer}. For instance define printer
-@samp{foo} to @code{"%.2f"} and then use symbol @samp{foo} as a
-printer function. Then, if you call again
+You can define printer function local to a sheet with the command
+@code{ses-define-local-printer}.  For instance, define a printer
+@samp{foo} to @code{"%.2f"}, and then use symbol @samp{foo} as a
+printer function.  Then, if you call again
 @code{ses-define-local-printer} on @samp{foo} to redefine it as
-@code{"%.3f"} all the cells using printer @samp{foo} will be reprinted
-accordingly.
+@code{"%.3f"}, all the cells using printer @samp{foo} will be
+reprinted accordingly.
 
 @node Clearing cells
 @section Clearing cells
index f1ba79f5b03a4d8472461881e718ea536a9093f3..95f440b48c2e7a843993a6283af43bf20651d70f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -739,6 +739,7 @@ plain text parts, if display of HTML email is possible; customize the
 *** In the commands that make summaries by subject, recipients, or senders,
 you can no longer use commas to separate regular expressions.
 
++++
 ** SES now supports local printer functions; see `ses-define-local-printer'.
 
 ** sh-script