# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 744403927 0
# Node ID 0a428f48e71a4e40f792118442328889121f0825
# Parent  41c3094d0ed8df41b5a8e80eba548184f00ff7ab
(man): Define as alias.

diff -r 41c3094d0ed8 -r 0a428f48e71a lisp/man.el
--- 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.