aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVincent Belaïche2014-01-02 22:05:34 +0100
committerVincent Belaïche2014-01-02 22:05:34 +0100
commitb66b98fe412a97008778b34fa76ada7d1609631c (patch)
tree282ee059b79419b6d9e26ad2959f5af2c6a42038 /doc
parent112720b181938915e4d4a65cd86f03d3b2f1f17e (diff)
downloademacs-b66b98fe412a97008778b34fa76ada7d1609631c.tar.gz
emacs-b66b98fe412a97008778b34fa76ada7d1609631c.zip
Add support for local printer functions in SES.
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 8e9321445df..4017b34f02c 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -2,6 +2,10 @@
2 2
3 * eshell.text (top): Fix incorrect info filename in an xref. 3 * eshell.text (top): Fix incorrect info filename in an xref.
4 4
52014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net>
6
7 * ses.texi: Add documentation for local printer functions.
8
52014-01-02 Glenn Morris <rgm@gnu.org> 92014-01-02 Glenn Morris <rgm@gnu.org>
6 10
7 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps. 11 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index e57ed802459..11fd55e8dcb 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -434,6 +434,13 @@ Centering with dashes and spill-over.
434Centering with tildes (~) and spill-over. 434Centering with tildes (~) and spill-over.
435@end table 435@end table
436 436
437You can define printer function local to a sheet with command
438@code{ses-define-local-printer}. For instance define printer
439@samp{foo} to @code{"%.2f"} and then use symbol @samp{foo} as a
440printer function. Then, if you call again
441@code{ses-define-local-printer} on @samp{foo} to redefine it as
442@code{"%.3f"} all the cells using printer @samp{foo} will be reprinted
443accordingly.
437 444
438@node Clearing cells 445@node Clearing cells
439@section Clearing cells 446@section Clearing cells