# HG changeset patch # User Pavel Jank # Date 1019757553 0 # Node ID ceafe18856c70a64c95ba1b0bab4a893971344b1 # Parent 6a10724b89fe449ee28a1999da8ef70fa153676b (abbrev-start-location): Doc fix. diff -r 6a10724b89fe -r ceafe18856c7 src/abbrev.c --- a/src/abbrev.c Thu Apr 25 17:28:08 2002 +0000 +++ b/src/abbrev.c Thu Apr 25 17:59:13 2002 +0000 @@ -389,8 +389,8 @@ /* 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 @@ 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;