summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-10-31 23:44:57 +0000
committerKim F. Storm <storm@cua.dk>2004-10-31 23:44:57 +0000
commit5bad605398b31113672736c0d3c2137fcb5cf9b9 (patch)
tree63450a295e6eb293edae94b7beace2933ed8c4fe /lisp/man.el
parent40a45facf30e2ddf7ae3172946cef66d9fa9d4f7 (diff)
downloademacs-5bad605398b31113672736c0d3c2137fcb5cf9b9.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
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")
;; ======================================================================