diff options
author | Glenn Morris <rgm@gnu.org> | 2020-09-09 07:51:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-09-09 07:51:14 -0700 |
commit | 5a9e237e154f2445e2c198cd4491b26a5a962dcf (patch) | |
tree | cdbfcb2c27699c1686edf4b4e9308d9298caf219 /lisp/ses.el | |
parent | fecdc1a66a278a4ccaf160d23c0becdc43965fc8 (diff) | |
parent | 9b35b0c99ceaeca74a16bea86a665ae5f44430a1 (diff) | |
download | emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.tar.gz emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.tar.bz2 emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.zip |
Merge from origin/emacs-27
9b35b0c99c ; * lisp/man.el (Man-mode): Fix formatting.
abca75d2e9 ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"
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 5707067e765..a2e603307ed 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -378,7 +378,7 @@ area of a spreadsheet.") ;; "Side-effect variables". They are set in one function, altered in ;; another as a side effect, then read back by the first, as a way of ;; passing back more than one value. These declarations are just to make -;; the compiler happy, and to conform to standard Emacs-Lisp practice (I +;; the compiler happy, and to conform to standard Emacs Lisp practice (I ;; think the make-local-variable trick above is cleaner). ;; |