From: Bastien Guerry Date: Tue, 31 Jul 2012 13:34:20 +0000 (+0200) Subject: Fix comment in man.el. See bug#12101. X-Git-Tag: emacs-24.2.90~960 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3827a4371badcb4ca62fafff010d3508cb078ab;p=emacs.git Fix comment in man.el. See bug#12101. Thanks to Reuben Thomas for catching this. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d56963ac5b0..3d22a8141b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-07-31 Bastien Guerry + + * man.el (man): Fix comment. (bug#12101) + 2012-07-31 Martin Rudalics * window.el (switch-to-prev-buffer, switch-to-next-buffer): 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)