diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-15 02:41:20 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-16 08:29:28 +0100 |
commit | 033071692c7cd1cd550d25170d4b3168668567ac (patch) | |
tree | 4652c5a846b8d166757c46c81a709beaed962e0a /lisp/so-long.el | |
parent | f4a513344d95badf2b75b0577016edcdd9ea5fbe (diff) | |
download | emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.bz2 emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip |
; Fix typos
Diffstat (limited to 'lisp/so-long.el')
-rw-r--r-- | lisp/so-long.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el index 661f5ee57a9..fc991623255 100644 --- a/lisp/so-long.el +++ b/lisp/so-long.el @@ -986,7 +986,7 @@ See also `so-long-mode-line-info'." ;; Modes that go slowly and line lengths excessive ;; Font-lock performance becoming oppressive ;; All of my CPU tied up with strings -;; These are a few of my least-favourite things +;; These are a few of my least-favorite things (defvar-local so-long-original-values nil "Alist holding the buffer's original `major-mode' value, and other data. |