summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-06-28 12:16:57 +0200
committerStefan Kangas <stefankangas@gmail.com>2024-06-28 12:18:04 +0200
commit73c1252bb6b7cc61d9f992818568d3c57de4ff67 (patch)
treed7385c0622c75ed5d4568a4861abfcbc4c94dbba /lisp/emacs-lisp
parentc4ad54812acaf8f156962047eaaaf75b0c0ecf96 (diff)
downloademacs-73c1252bb6b7cc61d9f992818568d3c57de4ff67.tar.gz
emacs-73c1252bb6b7cc61d9f992818568d3c57de4ff67.tar.bz2
emacs-73c1252bb6b7cc61d9f992818568d3c57de4ff67.zip
Fix link to major mode variable in docstring
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Fix link to major mode variable in docstring. (Bug#71815)
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/easy-mmode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index ba0f8bad393..12712cb2bc3 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -91,7 +91,7 @@ Enable the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
-evaluate `%s'.
+evaluate the variable `%s'.
The mode's hook is called both when the mode is enabled and when
it is disabled.")