diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-05-05 22:31:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-05-05 22:31:30 +0000 |
commit | 05be3833f3e04c01e325362948c4c70bc17f564d (patch) | |
tree | 48c373252f23977a481e4d66b2d4655e4720abc5 /lisp/dabbrev.el | |
parent | e9db3bf2d97e81a1427b54e796d4fa207618d5d0 (diff) | |
download | emacs-05be3833f3e04c01e325362948c4c70bc17f564d.tar.gz |
(dabbrev-select-buffers-function): Doc fix.
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r-- | lisp/dabbrev.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 297ad595883..38c3a19b5ac 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -241,8 +241,8 @@ The default value is t." (defvar dabbrev-select-buffers-function 'dabbrev--select-buffers "A function that selects buffers that should be searched by dabbrev. The function should take no arguments and return a list of buffers to -search for expansions. Have a look at `dabbrev--select-buffers' for -an example. +search for expansions. See the source of `dabbrev--select-buffers' +for an example. A mode setting this variable should make it buffer local.") |