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.el,v


From: D. Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el,v
Date: Thu, 06 Dec 2007 00:17:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     D. Goel <deego> 07/12/06 00:17:57

Index: help.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help.el,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -b -r1.332 -r1.333
--- help.el     10 Nov 2007 09:53:22 -0000      1.332
+++ help.el     6 Dec 2007 00:17:56 -0000       1.333
@@ -1029,7 +1029,7 @@
           ".")
          (other ", \\[scroll-other-window] to scroll help.")
          (t ", \\[scroll-up] to scroll help."))))
-    (message
+    (message "%s"
      (substitute-command-keys (concat quit-part scroll-part)))))
 
 (defun help-window-setup-finish (window &optional reuse keep-frame)




reply via email to

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