diff options
author | Kim F. Storm <storm@cua.dk> | 2006-07-11 20:12:40 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-07-11 20:12:40 +0000 |
commit | 4c3f4997f1b59c6772fd8f8549575afbd3c959c4 (patch) | |
tree | 56ceb5e3988d176afd1aa73a313a57c21a4c5d6e /lisp/help-mode.el | |
parent | 03445f0458b59784bd3f9d38e0e7d3bd5833d75c (diff) | |
download | emacs-4c3f4997f1b59c6772fd8f8549575afbd3c959c4.tar.gz |
Add space for clarity.
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r-- | lisp/help-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |