summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-03 18:52:07 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-03 18:52:07 +0000
commitddd096e842227187951726b8ad0faf39a710a7af (patch)
tree7b49a236347fd3e693aeb166e2728f03d76b15b5 /lisp/man.el
parentcb59db528faeb3b2e8843cba5352eae825dd810a (diff)
downloademacs-ddd096e842227187951726b8ad0faf39a710a7af.tar.gz
(man): Define as alias.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el4
1 files changed, 4 insertions, 0 deletions
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.