summaryrefslogtreecommitdiff
path: root/doc/misc/ses.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-12-26 13:16:15 +0200
committerEli Zaretskii <eliz@gnu.org>2015-12-26 13:16:15 +0200
commit297e558c56d1538106373a5e9b33a07828cc504b (patch)
tree2b5d011db7b8372bb1706a747d287be333025b0d /doc/misc/ses.texi
parent406d132244867fe079580fa003c9dac88063283e (diff)
downloademacs-297e558c56d1538106373a5e9b33a07828cc504b.tar.gz
Fix documentation of 'ses-define-local-printer'
* doc/misc/ses.texi (Printer functions): Fix whitespace between sentences and punctuation. Add an index entry for 'ses-define-local-printer'.
Diffstat (limited to 'doc/misc/ses.texi')
-rw-r--r--doc/misc/ses.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index 2f92e3ea836..9b2a457a710 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -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