diff options
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 6f437c017b3..975aeb4db30 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -868,7 +868,7 @@ names or descriptions. The pattern argument is usually an (list (let* ((default-entry (Man-default-man-entry)) ;; ignore case because that's friendly for bizarre ;; caps things like the X11 function names and because - ;; "man" itself is case-sensitive on the command line + ;; "man" itself is case-insensitive on the command line ;; so you're accustomed not to bother about the case ;; ("man -k" is case-insensitive similarly, so the ;; table has everything available to complete) |