changeset 95691:2f24e9c3eb6b

(mh-complete-word): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Sun, 08 Jun 2008 21:52:28 +0000
parents c12a32810ea6
children da1d9416a718
files lisp/mh-e/mh-letter.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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*"))