From: Eshel Yaron Date: Sun, 7 Jul 2024 15:43:58 +0000 (+0200) Subject: Revert "Fix link to major mode variable in docstring" X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2044faafba564458ba676af14e18736dd62f2fde;p=emacs.git Revert "Fix link to major mode variable in docstring" This reverts commit b547c78a1e34fe750f746163c7b6060f5433da6f. --- diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index fadaee53ff0..45e547a7f63 100644 --- 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 the variable `%s'. +evaluate `%s'. The mode's hook is called both when the mode is enabled and when it is disabled.")