projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
198063b
)
Revert "Fix link to major mode variable in docstring"
author
Stefan Kangas
<stefankangas@gmail.com>
Mon, 8 Jul 2024 10:15:05 +0000
(12:15 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Mon, 8 Jul 2024 10:28:05 +0000
(12:28 +0200)
This reverts commit
73c1252bb6b7cc61d9f992818568d3c57de4ff67
.
This will sometimes say
"the variable `(default-value 'global-auto-revert-mode)'".
Problem reported by Eshel Yaron <me@eshelyaron.com>.
lisp/emacs-lisp/easy-mmode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easy-mmode.el
b/lisp/emacs-lisp/easy-mmode.el
index 7006ae6c78541e792fd620974f829d7a905690e1..944a74a91ee1d9e80654b57fcdf5568155af35d3 100644
(file)
--- 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
the variable
`%s'.
+evaluate `%s'.
The mode's hook is called both when the mode is enabled and when
it is disabled.")