1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix typos

This commit is contained in:
Stefan Kangas 2024-11-04 22:27:36 +01:00
parent eee0ed8442
commit 7cb77385d3
27 changed files with 43 additions and 37 deletions

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 COUNT'th previous occurence of RE.
"Go to the COUNT'th previous occurrence of RE.
If none, error with NAME.
@ -788,7 +788,7 @@ ENDFUN and NARROWFUN are treated like in `easy-mmode-define-navigation'."
(when re-narrow (funcall narrowfun)))))
(defun easy-mmode--next (re name count &optional endfun narrowfun)
"Go to the next COUNT'th occurence of RE.
"Go to the next COUNT'th occurrence of RE.
If none, error with NAME.