[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-commit] emacs/lisp/mh-e mh-letter.el
From: |
John Paul Wallington |
Subject: |
[Emacs-commit] emacs/lisp/mh-e mh-letter.el |
Date: |
Sun, 08 Jun 2008 21:52:28 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: John Paul Wallington <jpw> 08/06/08 21:52:28
Modified files:
lisp/mh-e : mh-letter.el
Log message:
(mh-complete-word): Doc fix.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-letter.el?cvsroot=emacs&r1=1.20&r2=1.21
Patches:
Index: mh-letter.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mh-e/mh-letter.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- mh-letter.el 6 May 2008 03:56:47 -0000 1.20
+++ mh-letter.el 8 Jun 2008 21:52:28 -0000 1.21
@@ -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*"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-commit] emacs/lisp/mh-e mh-letter.el,
John Paul Wallington <=