diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/man.el | 2 |
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 @@ | |||
| 1 | 2012-07-31 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * man.el (man): Fix comment. (bug#12101) | ||
| 4 | |||
| 1 | 2012-07-31 Martin Rudalics <rudalics@gmx.at> | 5 | 2012-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) |