diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-12-03 23:31:30 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-12-03 23:31:30 +0100 |
commit | 5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch) | |
tree | 9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /lisp/ses.el | |
parent | a1f88963f5d185551af143c0faa7854519706858 (diff) | |
download | emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.bz2 emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip |
; Fix typos
Diffstat (limited to 'lisp/ses.el')
-rw-r--r-- | lisp/ses.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ses.el b/lisp/ses.el index 30bf33e47bf..23018403cda 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -2245,7 +2245,7 @@ Based on the current set of columns and `window-hscroll' position." ;; Redisplay and recalculation ;;---------------------------------------------------------------------------- (defun ses-jump-prefix (prefix-int) - "Convert an integer (unversal prefix) into a (ROW . COL). + "Convert an integer (universal prefix) into a (ROW . COL). Does it by numbering cells starting from 0 from top left to bottom right, going row by row." (and (>= prefix-int 0) |