diff options
| author | Vincent Belaïche | 2014-01-03 15:18:24 +0100 |
|---|---|---|
| committer | Vincent Belaïche | 2014-01-03 15:18:24 +0100 |
| commit | e9c04e8bf2a24811a1c335b826816055b6bbf5dc (patch) | |
| tree | 989542dd963842851a62aafe0d9fc50352b81ed7 /doc | |
| parent | fdaecc05fee5a61cfb83654e39eaf888757b471c (diff) | |
| download | emacs-e9c04e8bf2a24811a1c335b826816055b6bbf5dc.tar.gz emacs-e9c04e8bf2a24811a1c335b826816055b6bbf5dc.zip | |
Reverted 2014-01-02T21:05:34Z!vincentb1@users.sourceforge.net.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/ses.texi | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 4509aaff3c1..4d0f08fb0c9 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -19,10 +19,6 @@ | |||
| 19 | 19 | ||
| 20 | * eshell.texi (top): Fix incorrect info filename in an xref. | 20 | * eshell.texi (top): Fix incorrect info filename in an xref. |
| 21 | 21 | ||
| 22 | 2014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net> | ||
| 23 | |||
| 24 | * ses.texi: Add documentation for local printer functions. | ||
| 25 | |||
| 26 | 2014-01-02 Glenn Morris <rgm@gnu.org> | 22 | 2014-01-02 Glenn Morris <rgm@gnu.org> |
| 27 | 23 | ||
| 28 | * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps. | 24 | * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps. |
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index 11fd55e8dcb..e57ed802459 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi | |||
| @@ -434,13 +434,6 @@ Centering with dashes and spill-over. | |||
| 434 | Centering with tildes (~) and spill-over. | 434 | Centering with tildes (~) and spill-over. |
| 435 | @end table | 435 | @end table |
| 436 | 436 | ||
| 437 | You 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 | ||
| 440 | printer 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 | ||
| 443 | accordingly. | ||
| 444 | 437 | ||
| 445 | @node Clearing cells | 438 | @node Clearing cells |
| 446 | @section Clearing cells | 439 | @section Clearing cells |