aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-07-04 21:30:15 +0000
committerRichard M. Stallman <[email protected]>1993-07-04 21:30:15 +0000
commitfca4b77513858d4a000667932dd48f84e9f2e349 (patch)
treebd0358d739aa042f34e4a6bc1f5d1c2ed71405f3 /lisp/help.el
parent41752cf1c4424fbd1136f578c50c83289450f31d (diff)
(describe-key-briefly): Don't set `foo'.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 71be8f17a4..65c0f1adf1 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -108,7 +108,7 @@
(if (listp type) (setq type (car type)))
(and (symbolp type)
(memq 'down (event-modifiers type))
- (setq foo (read-event))))
+ (read-event)))
(let ((defn (key-binding key)))
(if (or (null defn) (integerp defn))
(message "%s is undefined" (key-description key))