emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp abbrev.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp abbrev.el
Date: Wed, 13 May 2009 01:13:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/05/13 01:13:52

Modified files:
        lisp           : abbrev.el 

Log message:
        Minor doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/abbrev.el?cvsroot=emacs&r1=1.80&r2=1.81

Patches:
Index: abbrev.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/abbrev.el,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- abbrev.el   1 Mar 2009 19:24:15 -0000       1.80
+++ abbrev.el   13 May 2009 01:13:51 -0000      1.81
@@ -724,7 +724,7 @@
   "Insert abbrev ABBREV at point.
 If non-nil, NAME is the name by which this abbrev was found.
 If non-nil, WORDSTART is the place where to insert the abbrev.
-If non-nil, WORDEND the abbrev replaces the previous text between
+If WORDEND is non-nil, the abbrev replaces the previous text between
 WORDSTART and WORDEND.
 Return ABBREV if the expansion should be considered as having taken place."
   (unless name (setq name (symbol-name abbrev)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]