From a3827a4371badcb4ca62fafff010d3508cb078ab Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 31 Jul 2012 15:34:20 +0200 Subject: [PATCH] Fix comment in man.el. See bug#12101. Thanks to Reuben Thomas for catching this. --- lisp/ChangeLog | 4 ++++ lisp/man.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)