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)
This commit is contained in:
parent
c4ad54812a
commit
73c1252bb6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Disable the mode if ARG is a negative number.
|
||||||
|
|
||||||
To check whether the minor mode is enabled in the current buffer,
|
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
|
The mode's hook is called both when the mode is enabled and when
|
||||||
it is disabled.")
|
it is disabled.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue