(mh-complete-word): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Sun, 8 Jun 2008 21:53:13 +0000 (21:53 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sun, 8 Jun 2008 21:53:13 +0000 (21:53 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-letter.el

index 0c1a936..05f850e 100644 (file)
@@ -1,3 +1,14 @@
+2008-06-08  John Paul Wallington  <jpw@pobox.com>
+
+       * mh-acros.el (toplevel): Put `doc-string-elt' properties on
+       `defun-mh' and `defmacro-mh'.
+
+       * mh-alias.el (mh-alias-read-address-map): Define within defvar.
+
+       * mh-comp.el (mh-letter-mode-syntax-table): Define within defvar.
+
+       * mh-letter.el (mh-complete-word): Doc fix.
+
 2008-06-02  John Paul Wallington  <jpw@pobox.com>
 
        * mh-e.el (mh-exec-cmd-env-daemon): Doc fix.
index 7eae03f..15696ec 100644 (file)
@@ -874,7 +874,7 @@ downcasing the field name."
 
 ;;;###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*"))