1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Fix comment in man.el. See bug#12101.

Thanks to Reuben Thomas for catching this.
This commit is contained in:
Bastien Guerry 2012-07-31 15:34:20 +02:00
parent 7a6aa36983
commit a3827a4371
2 changed files with 5 additions and 1 deletions

View 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):

View 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)