aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVincent Belaïche2014-06-12 08:04:48 +0200
committerVincent Belaïche2014-06-12 08:04:48 +0200
commit4f11561b823531010b1dcc67ee5cfd4f248b8e61 (patch)
tree2c3214145553b8f0b4f74894cacbd147ba5e6740 /doc
parentc77f4a90b27fc1a8db698480ad4e93f3869a4ced (diff)
downloademacs-4f11561b823531010b1dcc67ee5cfd4f248b8e61.tar.gz
emacs-4f11561b823531010b1dcc67ee5cfd4f248b8e61.zip
Adding support for SES local printer functions
Diffstat (limited to 'doc')
-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 23fa29a7c1f..2ded8898fdc 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
2
3 * ses.texi: Adding documentation for SES local printer functions.
4
12014-06-12 Glenn Morris <rgm@gnu.org> 52014-06-12 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in: Use GNU Make features to reduce duplication. 7 * Makefile.in: Use GNU Make features to reduce duplication.
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index 9deb09c2ba0..48511221442 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -435,6 +435,13 @@ Centering with dashes and spill-over.
435Centering with tildes (~) and spill-over. 435Centering with tildes (~) and spill-over.
436@end table 436@end table
437 437
438You can define printer function local to a sheet with command
439@code{ses-define-local-printer}. For instance define printer
440@samp{foo} to @code{"%.2f"} and then use symbol @samp{foo} as a
441printer function. Then, if you call again
442@code{ses-define-local-printer} on @samp{foo} to redefine it as
443@code{"%.3f"} all the cells using printer @samp{foo} will be reprinted
444accordingly.
438 445
439@node Clearing cells 446@node Clearing cells
440@section Clearing cells 447@section Clearing cells