Fix comment in man.el. See bug#12101.
authorBastien Guerry <bastien1@free.fr>
Tue, 31 Jul 2012 13:34:20 +0000 (15:34 +0200)
committerBastien Guerry <bastien1@free.fr>
Tue, 31 Jul 2012 13:34:20 +0000 (15:34 +0200)
Thanks to Reuben Thomas for catching this.

lisp/ChangeLog
lisp/man.el

index d56963a..3d22a81 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-31  Bastien Guerry  <bzg@gnu.org>
+
+       * man.el (man): Fix comment.  (bug#12101)
+
 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (switch-to-prev-buffer, switch-to-next-buffer):
index 6f437c0..975aeb4 100644 (file)
@@ -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)