]> code.delx.au - gnu-emacs/blobdiff - lisp/enriched.el
(icomplete-simple-completing-p, icomplete-completions):
[gnu-emacs] / 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))