changeset 57817:78ec31c498b7

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 31 Oct 2004 23:44:57 +0000
parents af6e1f8dd9e0
children 41337cd10189
files lisp/ChangeLog lisp/man.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 31 22:52:54 2004 +0000
+++ b/lisp/ChangeLog	Sun Oct 31 23:44:57 2004 +0000
@@ -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.
--- a/lisp/man.el	Sun Oct 31 22:52:54 2004 +0000
+++ b/lisp/man.el	Sun Oct 31 23:44:57 2004 +0000
@@ -426,7 +426,7 @@
 		      (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")
 
 
 ;; ======================================================================