aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorVincent Belaïche <[email protected]>2014-06-12 08:04:48 +0200
committerVincent Belaïche <[email protected]>2014-06-12 08:04:48 +0200
commit4f11561b823531010b1dcc67ee5cfd4f248b8e61 (patch)
tree2c3214145553b8f0b4f74894cacbd147ba5e6740 /doc/misc
parentc77f4a90b27fc1a8db698480ad4e93f3869a4ced (diff)
Adding support for SES local printer functions
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/ses.texi7
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 23fa29a7c1..2ded8898fd 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-12 Vincent Belaïche <[email protected]>
+
+ * ses.texi: Adding documentation for SES local printer functions.
+
2014-06-12 Glenn Morris <[email protected]>
* Makefile.in: Use GNU Make features to reduce duplication.
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index 9deb09c2ba..4851122144 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -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