diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-09-01 23:59:11 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-09-02 00:01:37 +0200 |
commit | abca75d2e9b2a406157383dfb7fe3f185e0b5741 (patch) | |
tree | 973abf3bdafdae7060239414acfa9d29f773a491 /lisp/ses.el | |
parent | e0a8a7e94cdf1352e7f66de74131c6c5df9b6983 (diff) | |
download | emacs-abca75d2e9b2a406157383dfb7fe3f185e0b5741.tar.gz emacs-abca75d2e9b2a406157383dfb7fe3f185e0b5741.tar.bz2 emacs-abca75d2e9b2a406157383dfb7fe3f185e0b5741.zip |
; 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 96b219fc601..218043f2192 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). ;; |