aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2008-06-08 21:53:13 +0000
committerJohn Paul Wallington2008-06-08 21:53:13 +0000
commitb7149a8192f9416d9e2201f6dfec899167309a6c (patch)
treedc2e98a24eaf10c0427aa2ba1ebe1fec5dbb9e41
parent88b8b41d1773938e18df39a4f449c524759e1ccf (diff)
downloademacs-b7149a8192f9416d9e2201f6dfec899167309a6c.tar.gz
emacs-b7149a8192f9416d9e2201f6dfec899167309a6c.zip
(mh-complete-word): Doc fix.
-rw-r--r--lisp/mh-e/ChangeLog11
-rw-r--r--lisp/mh-e/mh-letter.el2
2 files changed, 12 insertions, 1 deletions
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 @@
12008-06-08 John Paul Wallington <jpw@pobox.com>
2
3 * mh-acros.el (toplevel): Put `doc-string-elt' properties on
4 `defun-mh' and `defmacro-mh'.
5
6 * mh-alias.el (mh-alias-read-address-map): Define within defvar.
7
8 * mh-comp.el (mh-letter-mode-syntax-table): Define within defvar.
9
10 * mh-letter.el (mh-complete-word): Doc fix.
11
12008-06-02 John Paul Wallington <jpw@pobox.com> 122008-06-02 John Paul Wallington <jpw@pobox.com>
2 13
3 * mh-e.el (mh-exec-cmd-env-daemon): Doc fix. 14 * 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."
874 874
875;;;###mh-autoload 875;;;###mh-autoload
876(defun mh-complete-word (word choices begin end) 876(defun mh-complete-word (word choices begin end)
877 "Complete WORD at from CHOICES. 877 "Complete WORD from CHOICES.
878Any match found replaces the text from BEGIN to END." 878Any match found replaces the text from BEGIN to END."
879 (let ((completion (try-completion word choices)) 879 (let ((completion (try-completion word choices))
880 (completions-buffer "*Completions*")) 880 (completions-buffer "*Completions*"))