Skip to content

Commit

Permalink
(tags-apropos-additional-actions): Fix :type.
Browse files Browse the repository at this point in the history
  • Loading branch information
loveshack committed Jan 9, 2001
1 parent e57b337 commit 422707f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/progmodes/etags.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 422707f

Please sign in to comment.