comparison lisp/apropos.el @ 47024:15430c8d0eaa

* startup.el (normal-splash-screen): Ensure splash buffer is killed. Use tabs in output. Fix test whether previous buffer was *scratch* buffer. * progmodes/simula.el (simula-abbrev-keyword-default) (simula-abbrev-keyword, simula-abbrev-stdproc-default) (simula-abbrev-stdproc): Doc fix - escape open parens in column 0. * apropos.el (command-apropos): Use `defalias' instead of `fset'. * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Sat, 24 Aug 2002 14:26:06 +0000
parents 7d28e8eeee0d
children ba7e99fa7b11
comparison
equal deleted inserted replaced
47023:bcd10150f172 47024:15430c8d0eaa
370 (get symbol 'variable-documentation))) 370 (get symbol 'variable-documentation)))
371 'user-variable-p))) 371 'user-variable-p)))
372 372
373 ;; For auld lang syne: 373 ;; For auld lang syne:
374 ;;;###autoload 374 ;;;###autoload
375 (fset 'command-apropos 'apropos-command) 375 (defalias 'command-apropos 'apropos-command)
376 ;;;###autoload 376 ;;;###autoload
377 (defun apropos-command (apropos-regexp &optional do-all var-predicate) 377 (defun apropos-command (apropos-regexp &optional do-all var-predicate)
378 "Show commands (interactively callable functions) that match APROPOS-REGEXP. 378 "Show commands (interactively callable functions) that match APROPOS-REGEXP.
379 With optional prefix DO-ALL, or if `apropos-do-all' is non-nil, also show 379 With optional prefix DO-ALL, or if `apropos-do-all' is non-nil, also show
380 noninteractive functions. 380 noninteractive functions.