From 09291989dd9b40eef28921ad64ef287ac5e60ec6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 Nov 1995 18:04:18 +0000 Subject: [PATCH] (enriched-next-annotation): Doc fix. --- lisp/enriched.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2