From 5bad605398b31113672736c0d3c2137fcb5cf9b9 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 31 Oct 2004 23:44:57 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ lisp/man.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88104f310d8..ae115a20c12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-11-01 Kim F. Storm + + * man.el (Man-xref-normal-file): Fix help-echo. + 2004-10-31 Roland Winkler * textmodes/bibtex.el: Require button. diff --git a/lisp/man.el b/lisp/man.el index afd183fa720..e4573748fcb 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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") ;; ====================================================================== -- 2.39.5