changeset 37573:210efced5807

(dabbrev-select-buffers-function): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 May 2001 22:30:00 +0000
parents 956f7346b171
children 281b6f31eed1
files lisp/dabbrev.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dabbrev.el	Sat May 05 06:14:24 2001 +0000
+++ b/lisp/dabbrev.el	Sat May 05 22:30:00 2001 +0000
@@ -241,8 +241,8 @@
 (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.")