8 Jun 23:49
emacs/lisp/mh-e mh-letter.el
From: John Paul Wallington <jpw <at> gnu.org>
Subject: emacs/lisp/mh-e mh-letter.el
Newsgroups: gmane.mail.mh-e.devel
Date: 2008-06-08 21:52:28 GMT
Subject: emacs/lisp/mh-e mh-letter.el
Newsgroups: gmane.mail.mh-e.devel
Date: 2008-06-08 21:52:28 GMT
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*")) ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
RSS Feed