Fix link to major mode variable in docstring
authorStefan Kangas <stefankangas@gmail.com>
Fri, 28 Jun 2024 10:16:57 +0000 (12:16 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 28 Jun 2024 10:18:04 +0000 (12:18 +0200)
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Fix link to
major mode variable in docstring.  (Bug#71815)

lisp/emacs-lisp/easy-mmode.el

index ba0f8bad393862bbbad01eeb20899f63271db329..12712cb2bc3b32f889052b416f57b3fc19cd2f2e 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.")