]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Sep 2024 05:49:46 +0000 (08:49 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:24:10 +0000 (12:24 +0200)
(cherry picked from commit ff4082284a06de319a3c4e5ed1144f15f5226eca)

lisp/emacs-lisp/easy-mmode.el

index c05e1f70b9aca103cbda56981993c166a190b097..f47352988f8a3b8c94de8be2d47188139b801b0f 100644 (file)
@@ -762,7 +762,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.