emacs-diffs
[Top][All Lists]
Advanced

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

master ff4082284a0: ; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev)


From: Eli Zaretskii
Subject: master ff4082284a0: ; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix.
Date: Fri, 27 Sep 2024 01:50:07 -0400 (EDT)

branch: master
commit ff4082284a06de319a3c4e5ed1144f15f5226eca
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix.
---
 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 7a94d832273..db00e929ea9 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -764,7 +764,7 @@ CSS contains a list of syntax specifications of the form 
(CHAR . SYNTAX)."
 ;;;
 
 (defun easy-mmode--prev (re name count &optional endfun narrowfun)
-  "Go to the previous COUNT'th occurence of RE.
+  "Go to the COUNT'th previous occurence of RE.
 
 If none, error with NAME.
 



reply via email to

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