; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix.

This commit is contained in:
Eli Zaretskii 2024-09-27 08:49:46 +03:00
parent 8e08e37166
commit ff4082284a

View file

@ -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.