emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 297e558: Fix documentation of 'ses-define-local-p


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 297e558: Fix documentation of 'ses-define-local-printer'
Date: Sat, 26 Dec 2015 11:16:14 +0000

branch: emacs-25
commit 297e558c56d1538106373a5e9b33a07828cc504b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix documentation of 'ses-define-local-printer'
    
    * doc/misc/ses.texi (Printer functions): Fix whitespace between
    sentences and punctuation.  Add an index entry for
    'ses-define-local-printer'.
---
 doc/misc/ses.texi |   13 +++++++------
 etc/NEWS          |    1 +
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index 2f92e3e..9b2a457 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -377,6 +377,7 @@ Undo previous action (@code{(undo)}).
 @findex ses-read-cell-printer
 @findex ses-read-column-printer
 @findex ses-read-default-printer
address@hidden ses-define-local-printer
 @findex ses-center
 @findex ses-center-span
 @findex ses-dashfill
@@ -435,13 +436,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
address@hidden For instance define printer
address@hidden to @code{"%.2f"} and then use symbol @samp{foo} as a
-printer function. Then, if you call again
+You can define printer function local to a sheet with the command
address@hidden  For instance, define a printer
address@hidden 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
address@hidden"%.3f"} all the cells using printer @samp{foo} will be reprinted
-accordingly.
address@hidden"%.3f"}, all the cells using printer @samp{foo} will be
+reprinted accordingly.
 
 @node Clearing cells
 @section Clearing cells
diff --git a/etc/NEWS b/etc/NEWS
index f1ba79f..95f440b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -739,6 +739,7 @@ plain text parts, if display of HTML email is possible; 
customize the
 *** In the commands that make summaries by subject, recipients, or senders,
 you can no longer use commas to separate regular expressions.
 
++++
 ** SES now supports local printer functions; see `ses-define-local-printer'.
 
 ** sh-script



reply via email to

[Prev in Thread] Current Thread [Next in Thread]