aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
121 (if three-step-help 121 (if three-step-help
122 (progn 122 (progn
123 (setq key (let ((overriding-local-map local-map)) 123 (setq key (let ((overriding-local-map local-map))
124 (read-key-sequence nil))) 124 (read-key-sequence nil)))
125 ;; Make the HELP key translate to C-h. 125 ;; Make the HELP key translate to C-h.
126 (if (lookup-key function-key-map key) 126 (if (lookup-key function-key-map key)
127 (setq key (lookup-key function-key-map key))) 127 (setq key (lookup-key function-key-map key)))