From: Richard M. Stallman Date: Tue, 3 Aug 1993 18:52:07 +0000 (+0000) Subject: (man): Define as alias. X-Git-Tag: emacs-19.34~11407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cac0b95d130d719a50ea951e368b07d6b2d88077;p=emacs.git (man): Define as alias. --- diff --git a/lisp/man.el b/lisp/man.el index 82d487a99f5..1e60e660b49 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -389,6 +389,10 @@ default section number is selected from `Man-auto-section-alist'." ;; ====================================================================== ;; 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.