From 7ceb21225607453ff35c8ba75f352235f83c92e9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 10 Dec 2006 23:08:00 +0000 Subject: [PATCH] (syms_of_abbrev) : Doc fix. --- src/abbrev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */); -- 2.39.5