summaryrefslogtreecommitdiff
path: root/lisp/paren.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2022-11-29 22:37:18 +0100
committerJuanma Barranquero <lekktu@gmail.com>2022-11-29 22:37:18 +0100
commitf6aa7c335fb848a27934aa31b2012c511d6f1b19 (patch)
tree36c0a0e3b10d8d728ab65e38fdeb0fc4c2d120cf /lisp/paren.el
parentf373a23e5171fd8ecb4555cee618bbcd2e7077e3 (diff)
downloademacs-f6aa7c335fb848a27934aa31b2012c511d6f1b19.tar.gz
; Typo fixes in etc/NEWS and lisp/ files
Diffstat (limited to 'lisp/paren.el')
-rw-r--r--lisp/paren.el2
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