aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-03-01 04:12:47 +0000
committerLuc Teirlinck2004-03-01 04:12:47 +0000
commit83797c58bfe922c1d39fc809722260cc99c579a9 (patch)
tree8623d15964b1f911e069ca4fde78bf416dcfae76
parent3c028f5c70d8cb61cb03964b2a8ff6040370f0ec (diff)
downloademacs-83797c58bfe922c1d39fc809722260cc99c579a9.tar.gz
emacs-83797c58bfe922c1d39fc809722260cc99c579a9.zip
(Abbrev Expansion): Minor change.
-rw-r--r--lispref/abbrevs.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi
index 33ebecd70e5..ff6cdf77c2e 100644
--- a/lispref/abbrevs.texi
+++ b/lispref/abbrevs.texi
@@ -288,12 +288,12 @@ expansion.
288@end defopt 288@end defopt
289 289
290@defvar abbrev-start-location 290@defvar abbrev-start-location
291This is a marker pointing to the buffer position for 291The value of this variable is a marker pointing to the buffer position
292@code{expand-abbrev} to use as the start of the next abbrev to be 292for @code{expand-abbrev} to use as the start of the next abbrev to be
293expanded. (@code{nil} means use the word before point instead.) 293expanded. The value can also be @code{nil}, which means to use the
294@code{abbrev-start-location} is set to @code{nil} each time 294word before point instead. @code{abbrev-start-location} is set to
295@code{expand-abbrev} is called. This variable is also set by 295@code{nil} each time @code{expand-abbrev} is called. This variable is
296@code{abbrev-prefix-mark}. 296also set by @code{abbrev-prefix-mark}.
297@end defvar 297@end defvar
298 298
299@defvar abbrev-start-location-buffer 299@defvar abbrev-start-location-buffer