From: Eli Zaretskii Date: Fri, 27 Sep 2024 05:49:46 +0000 (+0300) Subject: ; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8896ab39959ff42c7ad1c5f20af4b78b41eac733;p=emacs.git ; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix. (cherry picked from commit ff4082284a06de319a3c4e5ed1144f15f5226eca) --- diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index c05e1f70b9a..f47352988f8 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -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.