]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Fix link to major mode variable in docstring"
authorEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 15:43:58 +0000 (17:43 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 15:52:24 +0000 (17:52 +0200)
This reverts commit b547c78a1e34fe750f746163c7b6060f5433da6f.

lisp/emacs-lisp/easy-mmode.el

index fadaee53ff0ac90e9fd2b227825ff2d58908d9a8..45e547a7f635328ba99c6e7c7074039c93db8ba1 100644 (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.")