summaryrefslogtreecommitdiff
path: root/lisp/ses.el
diff options
context:
space:
mode:
authorVincent Belaïche <vincentb1@users.sourceforge.net>2022-04-06 22:59:43 +0200
committerVincent Belaïche <vincentb1@users.sourceforge.net>2022-04-06 22:59:43 +0200
commit9a15e15b62047057cf9058b442bd00c02ab7feab (patch)
treefe1083651b946abf896224d067aa82f00c05946a /lisp/ses.el
parent9b8b39cce1afdf98fd4152d0750222d5053fa737 (diff)
downloademacs-9a15e15b62047057cf9058b442bd00c02ab7feab.tar.gz
Fix ses-tests.el
* lisp/ses.el (ses-jump-cell-name-function): Docstring typo. * test/lisp/ses-tests.el (ses--cells, foo, bar, B2, toto): Do not do any outer defvar, but set the defvar only under the with-suppressed-warnings directive to silence the byte-compiler.
Diffstat (limited to 'lisp/ses.el')
-rw-r--r--lisp/ses.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ses.el b/lisp/ses.el
index 838f795d6af..59e10e777f1 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -115,7 +115,7 @@ Set it to 'upcase to make cell name change case isensitive.
May return
* a string, in this case this must be a cell name.
-* a (row . col) cons cell, in this case that must be valid cell coordinate."
+* a (row . col) cons cell, in this case that must be valid cell coordinates."
:type 'function)
(defcustom ses-jump-prefix-function #'ses-jump-prefix