From 27313250fb0126a311a53777e6a84233c05fd2dc Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 11 Jul 2006 20:12:40 +0000 Subject: [PATCH] Add space for clarity. --- lisp/help-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-mode.el b/lisp/help-mode.el index f4ab3de5a4a..72b2554185f 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -168,7 +168,7 @@ The format is (FUNCTION ARGS...).") (let ((location (find-variable-noselect var file))) (pop-to-buffer (car location)) (goto-char (cdr location)))) - 'help-echo (purecopy"mouse-2, RET: find variable's definition")) + 'help-echo (purecopy "mouse-2, RET: find variable's definition")) (define-button-type 'help-face-def :supertype 'help-xref -- 2.39.2