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
b965722b
Commit
b965722b
authored
Oct 27, 2004
by
Richard M. Stallman
Browse files
(apropos-macrop): Doc fix.
parent
d3d3d650
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/apropos.el
lisp/apropos.el
+1
-1
No files found.
lisp/apropos.el
View file @
b965722b
...
...
@@ -875,7 +875,7 @@ If non-nil TEXT is a string that will be printed as a heading."
(
defun
apropos-macrop
(
symbol
)
"
T
if SYMBOL is a Lisp macro."
"
Return t
if SYMBOL is a Lisp macro."
(
and
(
fboundp
symbol
)
(
consp
(
setq
symbol
(
symbol-function
symbol
)))
...
...
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