]> git.eshelyaron.com Git - emacs.git/commitdiff
More doc on ses+ and argument order
authorVincent Belaïche <vincentb1@users.sourceforge.net>
Sat, 23 Dec 2023 18:38:56 +0000 (19:38 +0100)
committerVincent Belaïche <vincentb1@users.sourceforge.net>
Sun, 24 Dec 2023 21:07:45 +0000 (22:07 +0100)
* doc/misc/ses.texi (Standard formula functions): Indicate that
'ses+' reverses argument order.

doc/misc/ses.texi

index cfca9c25ebb668097b6fc5ddab31a2998ec02b8a..2949ecd50bda4262855585951b9fd7688a10fd28 100644 (file)
@@ -195,6 +195,11 @@ remove blank cells from the returned list, which enables using
 (apply '+ (ses-range A2 A5 !))
 @end lisp
 
+Actually, both options are not exactly equivalent as the former makes
+the summing in reversed order of argument, and the latter in the same
+order. You can also reverse the order of arguments returned by
+@code{ses-range} with the @code{<} modifier.
+
 @c ===================================================================
 
 @node The Basics
@@ -1018,7 +1023,7 @@ instead of
 @end lisp
 
 @item (ses+ &rest @var{args})
-Sum of non-blank arguments.
+Sum of non-blank arguments taken in reverse order.
 
 @item (ses-average @var{list})
 Average of non-blank elements in @var{list}.  Here the list is passed