From: Kim F. Storm Date: Sun, 31 Oct 2004 23:44:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~4300 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bad605398b31113672736c0d3c2137fcb5cf9b9;p=emacs.git *** empty log message *** --- 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") ;; ======================================================================