Mercurial > emacs
changeset 35181:62f469e476eb
(tags-apropos-additional-actions): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 09 Jan 2001 15:25:35 +0000 |
parents | f4733aab37df |
children | fcdd43bc1c33 |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/etags.el Tue Jan 09 15:19:47 2001 +0000 +++ b/lisp/progmodes/etags.el Tue Jan 09 15:25:35 2001 +0000 @@ -158,7 +158,9 @@ (\"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)