aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ses.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index c43ddf472a4..1f951de239f 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -188,8 +188,8 @@ the end-points, e.g.:
188@emph{list} of values. This allows for more complex possibilities.) 188@emph{list} of values. This allows for more complex possibilities.)
189 189
190Alternatively you can use the @code{!} modifier of @code{ses-range} to 190Alternatively you can use the @code{!} modifier of @code{ses-range} to
191remove blank cells which allows to use @code{+} instead of 191remove blank cells from the returned list, which allows to use
192@code{ses+}: 192@code{+} instead of @code{ses+}:
193 193
194@lisp 194@lisp
195(apply '+ (ses-range A2 A5 !)) 195(apply '+ (ses-range A2 A5 !))
@@ -1020,7 +1020,8 @@ this to undo the effect of @kbd{t}.
1020@end table 1020@end table
1021 1021
1022When a printer function signals an error, the fallback printer 1022When a printer function signals an error, the fallback printer
1023@samp{"%S"} is substituted. This is useful when your column printer 1023@findex ses-prin1
1024@code{ses-prin1} is substituted. This is useful when your column printer
1024is numeric-only and you use a string as a cell value. Note that the 1025is numeric-only and you use a string as a cell value. Note that the
1025standard default printer is @samp{"%.7g"} which is numeric-only, so cells 1026standard default printer is @samp{"%.7g"} which is numeric-only, so cells
1026that are empty of contain strings will use the fallback printer. 1027that are empty of contain strings will use the fallback printer.