emacs/lisp/mh-e mh-letter.el

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

Gmane