summaryrefslogtreecommitdiff
path: root/doc/misc/ses.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/ses.texi')
-rw-r--r--doc/misc/ses.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index f49fac578ad..068505089a3 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*- mode: texinfo; coding: utf-8; -*-
@c %**start of header
-@setfilename ../../info/ses
+@setfilename ../../info/ses.info
@settitle @acronym{SES}: Simple Emacs Spreadsheet
@setchapternewpage off
@syncodeindex fn cp
@@ -435,6 +435,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
+@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.
@node Clearing cells
@section Clearing cells