From cac0b95d130d719a50ea951e368b07d6b2d88077 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 3 Aug 1993 18:52:07 +0000 Subject: [PATCH] (man): Define as alias. --- lisp/man.el | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.5