]> git.eshelyaron.com Git - emacs.git/commitdiff
(enriched-next-annotation): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 18:04:18 +0000 (18:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 18:04:18 +0000 (18:04 +0000)
lisp/enriched.el

index 1358b655b13b4dfdaa6ee10fa2ba0b1f74ba295d..b0618b3571c4e56a904c8d63df4c54b49fa48552 100644 (file)
@@ -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))