From ca70e62febbbb5315ba2908f5a1d189635039928 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 25 Apr 2002 18:00:37 +0000 Subject: [PATCH] (abbrev-start-location): Doc fix. --- src/ChangeLog | 2 ++ src/abbrev.c | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 686c19c77b..f85358a4f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,6 +6,8 @@ 2002-04-25 Pavel Jan,Bm(Bk + * abbrev.c (abbrev-start-location): Doc fix. + * indent.c (Fvertical_motion): Fix last change. 2002-04-25 Gerd Moellmann diff --git a/src/abbrev.c b/src/abbrev.c index 54e0e8464b..8ffa3226a6 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -389,8 +389,8 @@ Returns the abbrev symbol, if expansion took place. */) /* If the abbrev has a hook function, run it. */ expanded = call0 (hook); - /* In addition, if the hook function is a symbol with a a - non-nil `no-self-insert' property, let the value it returned + /* In addition, if the hook function is a symbol with + a non-nil `no-self-insert' property, let the value it returned specify whether we consider that an expansion took place. If it returns nil, no expansion has been done. */ @@ -635,7 +635,7 @@ nil if the abbrev has already been unexpanded. */); DEFVAR_LISP ("abbrev-start-location", &Vabbrev_start_location, doc: /* Buffer position for `expand-abbrev' to use as the start of the abbrev. -nil means use the word before point as the abbrev. +When nil, use the word before point as the abbrev. Calling `expand-abbrev' sets this to nil. */); Vabbrev_start_location = Qnil; -- 2.39.2