From: John Paul Wallington Date: Sun, 8 Jun 2008 21:53:13 +0000 (+0000) Subject: (mh-complete-word): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~4989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7149a8192f9416d9e2201f6dfec899167309a6c;p=emacs.git (mh-complete-word): Doc fix. --- diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 0c1a936ff85..05f850ee6ed 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,14 @@ +2008-06-08 John Paul Wallington + + * 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 * mh-e.el (mh-exec-cmd-env-daemon): Doc fix. diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index 7eae03f3142..15696ecbdf0 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el @@ -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*"))