emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/abbrev.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/abbrev.c,v
Date: Sun, 10 Dec 2006 23:08:00 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/12/10 23:08:00

Index: abbrev.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/abbrev.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- abbrev.c    5 Dec 2006 05:29:21 -0000       1.70
+++ abbrev.c    10 Dec 2006 23:08:00 -0000      1.71
@@ -679,7 +679,7 @@
 
   DEFVAR_LISP ("last-abbrev-text", &Vlast_abbrev_text,
               doc: /* The exact text of the last abbrev expanded.
-nil if the abbrev has already been unexpanded.  */);
+A value of nil means the abbrev has already been unexpanded.  */);
 
   DEFVAR_INT ("last-abbrev-location", &last_abbrev_point,
              doc: /* The location of the start of the last abbrev expanded.  
*/);




reply via email to

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