# HG changeset patch # User Juanma Barranquero # Date 1165792080 0 # Node ID 923024cc12796ec4f9c4baf6484e862d8584daf3 # Parent da4c1968d862be5f4dc150cd17067c3332d5a1c3 (syms_of_abbrev) : Doc fix. diff -r da4c1968d862 -r 923024cc1279 src/abbrev.c --- 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. */);