Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61520f26
Commit
61520f26
authored
Jan 09, 2001
by
Dave Love
Browse files
(tags-apropos-additional-actions): Fix :type.
parent
83c5d68f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+3
-1
No files found.
lisp/progmodes/etags.el
View file @
61520f26
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment