]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-apropos-additional-actions): Fix :type.
authorDave Love <fx@gnu.org>
Tue, 9 Jan 2001 15:25:35 +0000 (15:25 +0000)
committerDave Love <fx@gnu.org>
Tue, 9 Jan 2001 15:25:35 +0000 (15:25 +0000)
lisp/progmodes/etags.el

index 93322d0002aebede125c62f9dd3f85f84e79fd80..a6fa0f8e2892d80b9cd4949188d5a4c74f139303 100644 (file)
@@ -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)