changeset 13488:71c747dc59ca

(enriched-next-annotation): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Nov 1995 18:04:18 +0000
parents 5cff4081b8a6
children ddf90bfd3744
files lisp/enriched.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/enriched.el	Fri Nov 10 17:58:55 1995 +0000
+++ b/lisp/enriched.el	Fri Nov 10 18:04:18 1995 +0000
@@ -415,7 +415,7 @@
 
 (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))