diff options
| author | Dave Love | 2000-08-22 18:49:28 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-22 18:49:28 +0000 |
| commit | b6dd59630fa83497426f23396f4be11ab578b27f (patch) | |
| tree | 1f46fb973b850f5629003400370bb43d5bb586b7 /man | |
| parent | e2b1c016fed45c39758bf162e80c01b54e8b46a4 (diff) | |
| download | emacs-b6dd59630fa83497426f23396f4be11ab578b27f.tar.gz emacs-b6dd59630fa83497426f23396f4be11ab578b27f.zip | |
*** empty log message ***
Diffstat (limited to 'man')
| -rw-r--r-- | man/abbrevs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/abbrevs.texi b/man/abbrevs.texi index b15bfc04700..6588fdfd41b 100644 --- a/man/abbrevs.texi +++ b/man/abbrevs.texi | |||
| @@ -348,9 +348,9 @@ in the buffer to search for an expansion. | |||
| 348 | buffers, unless you have set @code{dabbrev-check-all-buffers} to | 348 | buffers, unless you have set @code{dabbrev-check-all-buffers} to |
| 349 | @code{nil}. | 349 | @code{nil}. |
| 350 | 350 | ||
| 351 | @vindex dabbrev-ignore-regexps | 351 | @vindex dabbrev-ignored-regexps |
| 352 | A more fine control on which buffers are scanned is possible by | 352 | A more fine control on which buffers are scanned is possible by |
| 353 | customizing the variable @code{dabbrev-ignore-regexps}, whch should | 353 | customizing the variable @code{dabbrev-ignored-regexps}, whch should |
| 354 | contain a list of regular expressions. Buffers matching a regular | 354 | contain a list of regular expressions. Buffers matching a regular |
| 355 | expression from that list are not searched. | 355 | expression from that list are not searched. |
| 356 | 356 | ||