Revert "Fix link to major mode variable in docstring"
This reverts commit 73c1252bb6
.
This will sometimes say
"the variable `(default-value 'global-auto-revert-mode)'".
Problem reported by Eshel Yaron <me@eshelyaron.com>.
This commit is contained in:
parent
198063ba64
commit
84552ff395
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.
|
||||
|
||||
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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue