emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-mode.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el,v
Date: Tue, 11 Jul 2006 20:12:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/11 20:12:40

Index: help-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help-mode.el,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- help-mode.el        28 Jun 2006 23:29:54 -0000      1.47
+++ help-mode.el        11 Jul 2006 20:12:40 -0000      1.48
@@ -168,7 +168,7 @@
                   (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]