X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/be010748989d2be1af4eaa5e602f4cf49d37bf26..81276211e4129321b2f78851fc006e85c0fc7ddf:/lisp/enriched.el diff --git a/lisp/enriched.el b/lisp/enriched.el index 1358b655b1..b0618b3571 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))