]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_abbrev) <last-abbrev-text>: Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 10 Dec 2006 23:08:00 +0000 (23:08 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 10 Dec 2006 23:08:00 +0000 (23:08 +0000)
src/abbrev.c

index 09c42030fe8c12f37a5963610e2ad7ae6a1afbf4..45d00728242b40b7227614f0edaa35e0e520c84b 100644 (file)
@@ -679,7 +679,7 @@ for any particular abbrev defined in both.  */);
 
   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.  */);