diff options
| author | John Paul Wallington | 2002-08-24 14:26:06 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2002-08-24 14:26:06 +0000 |
| commit | 82e736c18b6d39c331b6cfe3ee233b9f2ea606f0 (patch) | |
| tree | 1d82b73710f2504fafe83225eed5cd26b0d0d491 /lisp/apropos.el | |
| parent | 729d903842648babc5ade521c380e01d99bd85e3 (diff) | |
| download | emacs-82e736c18b6d39c331b6cfe3ee233b9f2ea606f0.tar.gz emacs-82e736c18b6d39c331b6cfe3ee233b9f2ea606f0.zip | |
* 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.
Diffstat (limited to 'lisp/apropos.el')
| -rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 5f19f72ad8e..c91e4da82ae 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -372,7 +372,7 @@ normal variables." | |||
| 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. |