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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el,v
Date: Sat, 16 Sep 2006 10:43:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/09/16 10:43:40

Index: help.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help.el,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -b -r1.317 -r1.318
--- help.el     15 Sep 2006 21:25:01 -0000      1.317
+++ help.el     16 Sep 2006 10:43:39 -0000      1.318
@@ -309,7 +309,7 @@
 The prefix described consists of all but the last event
 of the key sequence that ran this command."
   (interactive)
-  (let* ((key (this-command-keys)))
+  (let ((key (this-command-keys)))
     (describe-bindings
      (if (stringp key)
         (substring key 0 (1- (length key)))




reply via email to

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