aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-09-27 08:49:46 +0300
committerEli Zaretskii2024-09-27 08:49:46 +0300
commitff4082284a06de319a3c4e5ed1144f15f5226eca (patch)
tree85d3240d79680627a181c1834923d2c43dc85d64
parent8e08e37166fbd3f99c895a9d2cea24939d75ac9b (diff)
downloademacs-ff4082284a06de319a3c4e5ed1144f15f5226eca.tar.gz
emacs-ff4082284a06de319a3c4e5ed1144f15f5226eca.zip
; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix.
-rw-r--r--lisp/emacs-lisp/easy-mmode.el2
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)."
764;;; 764;;;
765 765
766(defun easy-mmode--prev (re name count &optional endfun narrowfun) 766(defun easy-mmode--prev (re name count &optional endfun narrowfun)
767 "Go to the previous COUNT'th occurence of RE. 767 "Go to the COUNT'th previous occurence of RE.
768 768
769If none, error with NAME. 769If none, error with NAME.
770 770