changeset 12499:778d57f8c0f1

(command-apropos): Deleted function. This is replaced by apropos-command in apropos.el.
author Karl Heuer <kwzh@gnu.org>
date Fri, 07 Jul 1995 18:54:22 +0000
parents 9fb6a9b6658b
children 6aba36eda051
files lisp/help.el
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Fri Jul 07 18:53:58 1995 +0000
+++ b/lisp/help.el	Fri Jul 07 18:54:22 1995 +0000
@@ -577,18 +577,6 @@
       (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'