# HG changeset patch # User John Paul Wallington # Date 1212961948 0 # Node ID 2f24e9c3eb6b68d3653e08da531a8e66c10fe885 # Parent c12a32810ea6d0a820614029a28912378cad95ab (mh-complete-word): Doc fix. diff -r c12a32810ea6 -r 2f24e9c3eb6b lisp/mh-e/mh-letter.el --- 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*"))