mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
(dabbrev-select-buffers-function): Doc fix.
This commit is contained in:
parent
e9db3bf2d9
commit
05be3833f3
@ -1,3 +1,12 @@
|
||||
2001-05-05 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* help.el (help-xref-symbol-regexp): Recognize "source of"
|
||||
and friends, meaning make a link to the source file.
|
||||
(help-make-xrefs): Handle "source of" and friends
|
||||
by constructing a link that visits the source file.
|
||||
|
||||
* dabbrev.el (dabbrev-select-buffers-function): Doc fix.
|
||||
|
||||
2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* progmodes/cperl-mode.el (cperl-font-lock-keywords)
|
||||
|
@ -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.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user