(mh-complete-word): Doc fix.
This commit is contained in:
parent
88b8b41d17
commit
b7149a8192
2 changed files with 12 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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*"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue