]> code.delx.au - gnu-emacs/blobdiff - lisp/dabbrev.el
Add more sanity checks to the last eww after-change-function patch
[gnu-emacs] / lisp / dabbrev.el
index e2aeb4ea19bff10e5843faf9bbd0a299a631242c..0edc416efa69dd120146d4de2d4375b1bb535230 100644 (file)
@@ -1,6 +1,6 @@
 ;;; dabbrev.el --- dynamic abbreviation package  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1985-1986, 1992, 1994, 1996-1997, 2000-2013 Free
+;; Copyright (C) 1985-1986, 1992, 1994, 1996-1997, 2000-2014 Free
 ;; Software Foundation, Inc.
 
 ;; Author: Don Morrison
@@ -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)
 
 ;;----------------------------------------------------------------