summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-05-19 19:06:19 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-05-19 19:06:19 +0000
commitf53077821077bbb41e1d8ee4741f8572bd9950d8 (patch)
tree52c273d666f33fd8c205b7a6b7c28eacb296f156 /lisp/dabbrev.el
parent93c8c9cd7d48e5142808c444ba4d637f1ef45d77 (diff)
downloademacs-f53077821077bbb41e1d8ee4741f8572bd9950d8.tar.gz
Specify missing group (and type, if simple) in defcustom.
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r--lisp/dabbrev.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index 22e81db9210..5dea9892115 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -282,7 +282,8 @@ A mode setting this variable should make it buffer local."
"If non-nil, a list of buffers which dabbrev should search.
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.")
+this list."
+ :group 'dabbrev)
;;----------------------------------------------------------------
;; Internal variables