diff options
Diffstat (limited to 'lisp/enriched.el')
-rw-r--r-- | lisp/enriched.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/enriched.el b/lisp/enriched.el index 1358b655b13..b0618b3571c 100644 --- a/lisp/enriched.el +++ b/lisp/enriched.el @@ -415,7 +415,7 @@ One annotation each for foreground color, background color, italic, etc." (defun enriched-next-annotation () "Find and return next text/enriched annotation. -Any \"<<\" strings encountered are coverted to \"<\". +Any \"<<\" strings encountered are converted to \"<\". Return value is \(begin end name positive-p), or nil if none was found." (while (and (search-forward "<" nil 1) (progn (goto-char (match-beginning 0)) |