diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2022-11-29 22:37:18 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2022-11-29 22:37:18 +0100 |
commit | f6aa7c335fb848a27934aa31b2012c511d6f1b19 (patch) | |
tree | 36c0a0e3b10d8d728ab65e38fdeb0fc4c2d120cf /lisp/paren.el | |
parent | f373a23e5171fd8ecb4555cee618bbcd2e7077e3 (diff) | |
download | emacs-f6aa7c335fb848a27934aa31b2012c511d6f1b19.tar.gz emacs-f6aa7c335fb848a27934aa31b2012c511d6f1b19.tar.bz2 emacs-f6aa7c335fb848a27934aa31b2012c511d6f1b19.zip |
; Typo fixes in etc/NEWS and lisp/ files
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index 1d7fb1c4625..eeda95809a5 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -120,7 +120,7 @@ On non-graphical frames, the context is shown in the echo area." (defcustom show-paren-predicate '(not (derived-mode . special-mode)) "Whether to use `show-paren-mode' in a buffer. -The default is to enable the mode in all buffers that have don't +The default is to enable the mode in all buffers that don't derive from `special-mode', which means that it's on (by default) in all editing buffers." :type 'buffer-predicate |