aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-07-11 20:12:40 +0000
committerKim F. Storm2006-07-11 20:12:40 +0000
commit27313250fb0126a311a53777e6a84233c05fd2dc (patch)
treebed1c91e736de087b0e6c43b3abaa28658058668
parente7c4e229ca21e2b93cb65ea055b6f000862feed5 (diff)
downloademacs-27313250fb0126a311a53777e6a84233c05fd2dc.tar.gz
emacs-27313250fb0126a311a53777e6a84233c05fd2dc.zip
Add space for clarity.
-rw-r--r--lisp/help-mode.el2
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...).")
168 (let ((location (find-variable-noselect var file))) 168 (let ((location (find-variable-noselect var file)))
169 (pop-to-buffer (car location)) 169 (pop-to-buffer (car location))
170 (goto-char (cdr location)))) 170 (goto-char (cdr location))))
171 'help-echo (purecopy"mouse-2, RET: find variable's definition")) 171 'help-echo (purecopy "mouse-2, RET: find variable's definition"))
172 172
173(define-button-type 'help-face-def 173(define-button-type 'help-face-def
174 :supertype 'help-xref 174 :supertype 'help-xref