Mercurial > emacs
changeset 4444:0a428f48e71a
(man): Define as alias.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 Aug 1993 18:52:07 +0000 |
parents | 41c3094d0ed8 |
children | a1e412873732 |
files | lisp/man.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Tue Aug 03 18:23:39 1993 +0000 +++ b/lisp/man.el Tue Aug 03 18:52:07 1993 +0000 @@ -389,6 +389,10 @@ ;; ====================================================================== ;; top level command and background process sentinel +;;; This alias makes completion more predictable if ignoring case. +;;;###autoload +(defalias 'man 'manual-entry) + ;;;###autoload (defun manual-entry (arg) "Get a Un*x manual page and put it in a buffer.