summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2012-07-31 15:34:20 +0200
committerBastien Guerry <bastien1@free.fr>2012-07-31 15:34:20 +0200
commita3827a4371badcb4ca62fafff010d3508cb078ab (patch)
treee7e595755bbac499b0bfafc3e97ef024df3cf679 /lisp/man.el
parent7a6aa369838ae14257049209729da25289fa1735 (diff)
downloademacs-a3827a4371badcb4ca62fafff010d3508cb078ab.tar.gz
Fix comment in man.el. See bug#12101.
Thanks to Reuben Thomas for catching this.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
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)