diff options
| author | Eli Zaretskii | 2024-09-27 08:49:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-27 08:49:46 +0300 |
| commit | ff4082284a06de319a3c4e5ed1144f15f5226eca (patch) | |
| tree | 85d3240d79680627a181c1834923d2c43dc85d64 | |
| parent | 8e08e37166fbd3f99c895a9d2cea24939d75ac9b (diff) | |
| download | emacs-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.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)." | |||
| 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 | ||
| 769 | If none, error with NAME. | 769 | If none, error with NAME. |
| 770 | 770 | ||