diff lisp/man.el @ 4444:0a428f48e71a

(man): Define as alias.
author Richard M. Stallman <rms@gnu.org>
date Tue, 03 Aug 1993 18:52:07 +0000
parents 088883bdcd70
children c0523a78e6a5
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.