diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-09-27 08:49:46 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-09-27 08:49:46 +0300 |
commit | ff4082284a06de319a3c4e5ed1144f15f5226eca (patch) | |
tree | 85d3240d79680627a181c1834923d2c43dc85d64 /lisp/emacs-lisp | |
parent | 8e08e37166fbd3f99c895a9d2cea24939d75ac9b (diff) | |
download | emacs-ff4082284a06de319a3c4e5ed1144f15f5226eca.tar.gz emacs-ff4082284a06de319a3c4e5ed1144f15f5226eca.tar.bz2 emacs-ff4082284a06de319a3c4e5ed1144f15f5226eca.zip |
; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |