summaryrefslogtreecommitdiff
path: root/lisp/help-macro.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-01-13 19:45:51 +0000
committerRichard M. Stallman <rms@gnu.org>2005-01-13 19:45:51 +0000
commitef8f2df66a7486e7a52c2df55f106f7a4c2959f6 (patch)
tree95ec67f303b5b736e8788dd615a787f1fcae8b95 /lisp/help-macro.el
parent5a45dd33e3d545e7bc790dfa1d7a15e2605a4857 (diff)
downloademacs-ef8f2df66a7486e7a52c2df55f106f7a4c2959f6.tar.gz
Whitespace change.
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r--lisp/help-macro.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-macro.el b/lisp/help-macro.el
index a36eed86d01..3a7cf0898cb 100644
--- a/lisp/help-macro.el
+++ b/lisp/help-macro.el
@@ -121,7 +121,7 @@ and then returns."
(if three-step-help
(progn
(setq key (let ((overriding-local-map local-map))
- (read-key-sequence nil)))
+ (read-key-sequence nil)))
;; Make the HELP key translate to C-h.
(if (lookup-key function-key-map key)
(setq key (lookup-key function-key-map key)))