diff lisp/mh-e/mh-letter.el @ 95691:2f24e9c3eb6b

(mh-complete-word): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Sun, 08 Jun 2008 21:52:28 +0000
parents 90c9ebd43589
children c0e61b43cdb0
line wrap: on
line diff
--- a/lisp/mh-e/mh-letter.el	Sun Jun 08 21:48:05 2008 +0000
+++ b/lisp/mh-e/mh-letter.el	Sun Jun 08 21:52:28 2008 +0000
@@ -874,7 +874,7 @@
 
 ;;;###mh-autoload
 (defun mh-complete-word (word choices begin end)
-  "Complete WORD at from CHOICES.
+  "Complete WORD from CHOICES.
 Any match found replaces the text from BEGIN to END."
   (let ((completion (try-completion word choices))
         (completions-buffer "*Completions*"))