From 8896ab39959ff42c7ad1c5f20af4b78b41eac733 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 27 Sep 2024 08:49:46 +0300 Subject: [PATCH] ; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix. (cherry picked from commit ff4082284a06de319a3c4e5ed1144f15f5226eca) --- 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 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. -- 2.39.2