]> git.eshelyaron.com Git - emacs.git/commitdiff
(Abbrev Expansion): Minor change.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 1 Mar 2004 04:12:47 +0000 (04:12 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 1 Mar 2004 04:12:47 +0000 (04:12 +0000)
lispref/abbrevs.texi

index 33ebecd70e58916b877c1f470209f859462ae8ea..ff6cdf77c2ef024cef1618f7782247620243e57b 100644 (file)
@@ -288,12 +288,12 @@ expansion.
 @end defopt
 
 @defvar abbrev-start-location
-This is a marker pointing to the buffer position for
-@code{expand-abbrev} to use as the start of the next abbrev to be
-expanded.  (@code{nil} means use the word before point instead.)
-@code{abbrev-start-location} is set to @code{nil} each time
-@code{expand-abbrev} is called.  This variable is also set by
-@code{abbrev-prefix-mark}.
+The value of this variable is a marker pointing to the buffer position
+for @code{expand-abbrev} to use as the start of the next abbrev to be
+expanded.  The value can also be @code{nil}, which means to use the
+word before point instead.  @code{abbrev-start-location} is set to
+@code{nil} each time @code{expand-abbrev} is called.  This variable is
+also set by @code{abbrev-prefix-mark}.
 @end defvar
 
 @defvar abbrev-start-location-buffer