diff options
author | John Paul Wallington <jpw@pobox.com> | 2002-08-24 14:26:06 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2002-08-24 14:26:06 +0000 |
commit | 82e736c18b6d39c331b6cfe3ee233b9f2ea606f0 (patch) | |
tree | 1d82b73710f2504fafe83225eed5cd26b0d0d491 /lisp/apropos.el | |
parent | 729d903842648babc5ade521c380e01d99bd85e3 (diff) | |
download | emacs-82e736c18b6d39c331b6cfe3ee233b9f2ea606f0.tar.gz |
* 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." ;; For auld lang syne: ;;;###autoload -(fset 'command-apropos 'apropos-command) +(defalias 'command-apropos 'apropos-command) ;;;###autoload (defun apropos-command (apropos-regexp &optional do-all var-predicate) "Show commands (interactively callable functions) that match APROPOS-REGEXP. |