summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-09 15:25:35 +0000
committerDave Love <fx@gnu.org>2001-01-09 15:25:35 +0000
commit61520f2613ff14fa6e57850cd0980a28c63ec88e (patch)
tree552cae7c245bc41f22298c0ac5f00a31dbf0de96
parent83c5d68f535527df65ca5e38beb3c74107d7cdec (diff)
downloademacs-61520f2613ff14fa6e57850cd0980a28c63ec88e.tar.gz
(tags-apropos-additional-actions): Fix :type.
-rw-r--r--lisp/progmodes/etags.el4
1 files changed, 3 insertions, 1 deletions
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)