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
95b7ed48
Commit
95b7ed48
authored
Jul 07, 1995
by
Karl Heuer
Browse files
(command-apropos): Deleted function. This is replaced by
apropos-command in apropos.el.
parent
3925e76d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
lisp/help.el
lisp/help.el
+0
-12
No files found.
lisp/help.el
View file @
95b7ed48
...
...
@@ -577,18 +577,6 @@ Argument is a command definition, usually a symbol with a function definition."
(
message
"%s is not on any key"
definition
)))
nil
)
(
defun
command-apropos
(
string
)
"Like apropos but lists only symbols that are names of commands
\(interactively callable functions). Argument REGEXP is a regular expression
that is matched against command symbol names. Returns list of symbols and
documentation found."
(
interactive
"sCommand apropos (regexp): "
)
(
let
((
message
(
let
((
standard-output
(
get-buffer-create
"*Help*"
)))
(
print-help-return-message
'identity
))))
(
if
(
apropos
string
t
'commandp
t
)
(
and
message
(
message
message
)))))
(
defun
locate-library
(
library
&optional
nosuffix
)
"Show the full path name of Emacs library LIBRARY.
This command searches the directories in `load-path' like `M-x load-library'
...
...
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