changeset 74564:923024cc1279

(syms_of_abbrev) <last-abbrev-text>: Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 10 Dec 2006 23:08:00 +0000
parents da4c1968d862
children 60f389aaa76a
files src/abbrev.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/abbrev.c	Sun Dec 10 22:00:27 2006 +0000
+++ b/src/abbrev.c	Sun Dec 10 23:08:00 2006 +0000
@@ -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.  */);