summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r--lisp/dabbrev.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index e2aeb4ea19b..42074cda579 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -285,6 +285,7 @@ A mode setting this variable should make it buffer local."
If this variable is non-nil, dabbrev will only look in these buffers.
It will not even look in the current buffer if it is not a member of
this list."
+ :type '(choice (const nil) (repeat :tag "List of buffers" string))
:group 'dabbrev)
;;----------------------------------------------------------------