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:
Stefan Kangas 2024-07-08 12:15:05 +02:00
parent 198063ba64
commit 84552ff395

View file

@ -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.")