projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ad548
)
Fix link to major mode variable in docstring
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 28 Jun 2024 10:16:57 +0000
(12:16 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 28 Jun 2024 10:18:04 +0000
(12:18 +0200)
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Fix link to
major mode variable in docstring. (Bug#71815)
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 ba0f8bad393862bbbad01eeb20899f63271db329..12712cb2bc3b32f889052b416f57b3fc19cd2f2e 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 `%s'.
+evaluate
the variable
`%s'.
The mode's hook is called both when the mode is enabled and when
it is disabled.")