diff options
| author | Luc Teirlinck | 2004-03-01 04:12:47 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-03-01 04:12:47 +0000 |
| commit | 83797c58bfe922c1d39fc809722260cc99c579a9 (patch) | |
| tree | 8623d15964b1f911e069ca4fde78bf416dcfae76 | |
| parent | 3c028f5c70d8cb61cb03964b2a8ff6040370f0ec (diff) | |
| download | emacs-83797c58bfe922c1d39fc809722260cc99c579a9.tar.gz emacs-83797c58bfe922c1d39fc809722260cc99c579a9.zip | |
(Abbrev Expansion): Minor change.
| -rw-r--r-- | lispref/abbrevs.texi | 12 |
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 |
| 291 | This is a marker pointing to the buffer position for | 291 | The 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 | 292 | for @code{expand-abbrev} to use as the start of the next abbrev to be |
| 293 | expanded. (@code{nil} means use the word before point instead.) | 293 | expanded. The value can also be @code{nil}, which means to use the |
| 294 | @code{abbrev-start-location} is set to @code{nil} each time | 294 | word 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}. | 296 | also 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 |