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:
parent
7a6aa36983
commit
a3827a4371
@ -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):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user