From 05be3833f3e04c01e325362948c4c70bc17f564d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 5 May 2001 22:31:30 +0000 Subject: [PATCH] (dabbrev-select-buffers-function): Doc fix. --- lisp/ChangeLog | 9 +++++++++ lisp/dabbrev.el | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c6b82876e0..69717701b9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2001-05-05 Richard M. Stallman + + * 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 * progmodes/cperl-mode.el (cperl-font-lock-keywords) 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.") -- 2.39.5