From: Richard M. Stallman Date: Fri, 10 Nov 1995 18:04:18 +0000 (+0000) Subject: (enriched-next-annotation): Doc fix. X-Git-Tag: emacs-19.34~2372 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09291989dd9b40eef28921ad64ef287ac5e60ec6;p=emacs.git (enriched-next-annotation): Doc fix. --- 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))