diff options
| -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'." | |||
| 389 | ;; ====================================================================== | 389 | ;; ====================================================================== |
| 390 | ;; top level command and background process sentinel | 390 | ;; top level command and background process sentinel |
| 391 | 391 | ||
| 392 | ;;; This alias makes completion more predictable if ignoring case. | ||
| 393 | ;;;###autoload | ||
| 394 | (defalias 'man 'manual-entry) | ||
| 395 | |||
| 392 | ;;;###autoload | 396 | ;;;###autoload |
| 393 | (defun manual-entry (arg) | 397 | (defun manual-entry (arg) |
| 394 | "Get a Un*x manual page and put it in a buffer. | 398 | "Get a Un*x manual page and put it in a buffer. |