emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109329: Fix comment in man.el. See b


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109329: Fix comment in man.el. See bug#12101.
Date: Tue, 31 Jul 2012 15:34:20 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109329
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Tue 2012-07-31 15:34:20 +0200
message:
  Fix comment in man.el.  See bug#12101.
  
  Thanks to Reuben Thomas for catching this.
modified:
  lisp/ChangeLog
  lisp/man.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-31 08:36:32 +0000
+++ b/lisp/ChangeLog    2012-07-31 13:34:20 +0000
@@ -1,3 +1,7 @@
+2012-07-31  Bastien Guerry  <address@hidden>
+
+       * man.el (man): Fix comment.  (bug#12101)
+
 2012-07-31  Martin Rudalics  <address@hidden>
 
        * window.el (switch-to-prev-buffer, switch-to-next-buffer):

=== modified file 'lisp/man.el'
--- a/lisp/man.el       2012-07-11 23:13:41 +0000
+++ b/lisp/man.el       2012-07-31 13:34:20 +0000
@@ -868,7 +868,7 @@
    (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]