aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2012-07-31 15:34:20 +0200
committerBastien Guerry2012-07-31 15:34:20 +0200
commita3827a4371badcb4ca62fafff010d3508cb078ab (patch)
treee7e595755bbac499b0bfafc3e97ef024df3cf679
parent7a6aa369838ae14257049209729da25289fa1735 (diff)
downloademacs-a3827a4371badcb4ca62fafff010d3508cb078ab.tar.gz
emacs-a3827a4371badcb4ca62fafff010d3508cb078ab.zip
Fix comment in man.el. See bug#12101.
Thanks to Reuben Thomas for catching this.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/man.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d56963ac5b0..3d22a8141b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-07-31 Bastien Guerry <bzg@gnu.org>
2
3 * man.el (man): Fix comment. (bug#12101)
4
12012-07-31 Martin Rudalics <rudalics@gmx.at> 52012-07-31 Martin Rudalics <rudalics@gmx.at>
2 6
3 * window.el (switch-to-prev-buffer, switch-to-next-buffer): 7 * 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
868 (list (let* ((default-entry (Man-default-man-entry)) 868 (list (let* ((default-entry (Man-default-man-entry))
869 ;; ignore case because that's friendly for bizarre 869 ;; ignore case because that's friendly for bizarre
870 ;; caps things like the X11 function names and because 870 ;; caps things like the X11 function names and because
871 ;; "man" itself is case-sensitive on the command line 871 ;; "man" itself is case-insensitive on the command line
872 ;; so you're accustomed not to bother about the case 872 ;; so you're accustomed not to bother about the case
873 ;; ("man -k" is case-insensitive similarly, so the 873 ;; ("man -k" is case-insensitive similarly, so the
874 ;; table has everything available to complete) 874 ;; table has everything available to complete)