From: Juanma Barranquero Date: Sun, 10 Dec 2006 23:08:00 +0000 (+0000) Subject: (syms_of_abbrev) : Doc fix. X-Git-Tag: emacs-pretest-22.0.92~173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ceb21225607453ff35c8ba75f352235f83c92e9;p=emacs.git (syms_of_abbrev) : Doc fix. --- diff --git a/src/abbrev.c b/src/abbrev.c index 09c42030fe8..45d00728242 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -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. */);