]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix link to major mode variable in docstring
authorStefan Kangas <stefankangas@gmail.com>
Fri, 28 Jun 2024 10:16:57 +0000 (12:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 30 Jun 2024 21:01:57 +0000 (23:01 +0200)
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Fix link to
major mode variable in docstring.  (Bug#71815)

(cherry picked from commit 73c1252bb6b7cc61d9f992818568d3c57de4ff67)

lisp/emacs-lisp/easy-mmode.el

index 081619002c8d2db2eed5720e645cab8ade955ed0..b0cf7318d3c2952d18df696fedf0496eb4847d9b 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 `%s'.
+evaluate the variable `%s'.
 
 The mode's hook is called both when the mode is enabled and when
 it is disabled.")