diff options
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 4 |
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. |