emacs-diffs
[Top][All Lists]
Advanced

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

master 44676555f9f 1/3: More doc on ses+ and argument order


From: Vincent Belaïche
Subject: master 44676555f9f 1/3: More doc on ses+ and argument order
Date: Sun, 24 Dec 2023 16:08:18 -0500 (EST)

branch: master
commit 44676555f9f5cf268104ccdd8eca1666336853ad
Author: Vincent Belaïche <vincentb1@users.sourceforge.net>
Commit: Vincent Belaïche <vincentb1@users.sourceforge.net>

    More doc on ses+ and argument order
    
    * doc/misc/ses.texi (Standard formula functions): Indicate that
    'ses+' reverses argument order.
---
 doc/misc/ses.texi | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index cfca9c25ebb..2949ecd50bd 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -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



reply via email to

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