]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 31 Oct 2004 23:44:57 +0000 (23:44 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 31 Oct 2004 23:44:57 +0000 (23:44 +0000)
lisp/ChangeLog
lisp/man.el

index 88104f310d81c0a3aafb8cfc1c4723dfec86f5ec..ae115a20c126d0efafd52f12c7347a746fb1ce20 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-01  Kim F. Storm  <storm@cua.dk>
+
+       * man.el (Man-xref-normal-file): Fix help-echo.
+
 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * textmodes/bibtex.el: Require button.
index afd183fa720f0a0ec88e97f171a3d2affb86a2d2..e4573748fcb784bb7c307c33dda73d3a6e524120 100644 (file)
@@ -426,7 +426,7 @@ Otherwise, the value is whatever the function
                      (view-file f)
                    (error "Cannot read a file: %s" f))
                (error "Cannot find a file: %s" f))))
-  'help-echo "mouse-2: mouse-2: display this file")
+  'help-echo "mouse-2: display this file")
 
 \f
 ;; ======================================================================