comparison lisp/dabbrev.el @ 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 cf707ac71b73
children a7bf2382c0d7
comparison
equal deleted inserted replaced
37572:956f7346b171 37573:210efced5807
239 ;; mode buffers would be a good choice for a debugging buffer, 239 ;; mode buffers would be a good choice for a debugging buffer,
240 ;; when debugging C- or C++-code. 240 ;; when debugging C- or C++-code.
241 (defvar dabbrev-select-buffers-function 'dabbrev--select-buffers 241 (defvar dabbrev-select-buffers-function 'dabbrev--select-buffers
242 "A function that selects buffers that should be searched by dabbrev. 242 "A function that selects buffers that should be searched by dabbrev.
243 The function should take no arguments and return a list of buffers to 243 The function should take no arguments and return a list of buffers to
244 search for expansions. Have a look at `dabbrev--select-buffers' for 244 search for expansions. See the source of `dabbrev--select-buffers'
245 an example. 245 for an example.
246 246
247 A mode setting this variable should make it buffer local.") 247 A mode setting this variable should make it buffer local.")
248 248
249 (defcustom dabbrev-friend-buffer-function 'dabbrev--same-major-mode-p 249 (defcustom dabbrev-friend-buffer-function 'dabbrev--same-major-mode-p
250 "*A function to decide whether dabbrev should search OTHER-BUFFER. 250 "*A function to decide whether dabbrev should search OTHER-BUFFER.