emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8761c15: * lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstri


From: Glenn Morris
Subject: master 8761c15: * lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
Date: Sun, 1 Nov 2020 12:40:00 -0500 (EST)

branch: master
commit 8761c155e43c08428054677c75781e312a728667
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
---
 lisp/emacs-lisp/easy-mmode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index a5a971a..77f10e6 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -88,7 +88,7 @@ If called interactively, toggle `%s'.  If the prefix argument 
is
 positive, enable the mode, and if it is zero or negative, disable
 the mode.
 
-If called from Lisp, toggle the mode if if ARG is `toggle'.
+If called from Lisp, toggle the mode if ARG is `toggle'.
 Enable the mode if ARG is nil, omitted, or is a positive number.
 All other values will disable the mode.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]