aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-10 23:08:00 +0000
committerJuanma Barranquero2006-12-10 23:08:00 +0000
commit7ceb21225607453ff35c8ba75f352235f83c92e9 (patch)
tree23834a9e46fe224d2ba0911dc01e552854c6ad22 /src
parentbce3dc36da23cf00d7f4205f40244724ebb1d240 (diff)
downloademacs-7ceb21225607453ff35c8ba75f352235f83c92e9.tar.gz
emacs-7ceb21225607453ff35c8ba75f352235f83c92e9.zip
(syms_of_abbrev) <last-abbrev-text>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/abbrev.c2
1 files changed, 1 insertions, 1 deletions
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. */);
679 679
680 DEFVAR_LISP ("last-abbrev-text", &Vlast_abbrev_text, 680 DEFVAR_LISP ("last-abbrev-text", &Vlast_abbrev_text,
681 doc: /* The exact text of the last abbrev expanded. 681 doc: /* The exact text of the last abbrev expanded.
682nil if the abbrev has already been unexpanded. */); 682A value of nil means the abbrev has already been unexpanded. */);
683 683
684 DEFVAR_INT ("last-abbrev-location", &last_abbrev_point, 684 DEFVAR_INT ("last-abbrev-location", &last_abbrev_point,
685 doc: /* The location of the start of the last abbrev expanded. */); 685 doc: /* The location of the start of the last abbrev expanded. */);