From: Dave Love Date: Tue, 9 Jan 2001 15:25:35 +0000 (+0000) Subject: (tags-apropos-additional-actions): Fix :type. X-Git-Tag: emacs-pretest-21.0.95~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61520f2613ff14fa6e57850cd0980a28c63ec88e;p=emacs.git (tags-apropos-additional-actions): Fix :type. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 93322d0002a..a6fa0f8e289 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -158,7 +158,9 @@ Example value: (\"Common Lisp\" common-lisp-hyperspec common-lisp-hyperspec-obarray) (\"SCWM\" scwm-documentation scwm-obarray))" :group 'etags - :type 'list + :type '(repeat (list (string :tag "Title") + function + (sexp :tag "Tags to search"))) :version "21.1") (defvar find-tag-marker-ring (make-ring find-tag-marker-ring-length)