summaryrefslogtreecommitdiff
path: root/lisp/help-macro.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-27 13:51:41 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-27 13:51:41 +0000
commit5949f09808a55c9f910d897c83f518556cada595 (patch)
treee8c27ab35b8159aa7e68508905baca73f594bfad /lisp/help-macro.el
parent5a4689d9323731d7810155795ef1d29d12801a95 (diff)
downloademacs-5949f09808a55c9f910d897c83f518556cada595.tar.gz
(make-help-screen): "?\ " -> "?\s".
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 cc78bd71210..66a249795d7 100644
--- a/lisp/help-macro.el
+++ b/lisp/help-macro.el
@@ -152,7 +152,7 @@ and then returns."
(progn
(if (eq (car-safe char) 'switch-frame)
(handle-switch-frame char))
- (if (memq char '(?\C-v ?\ ))
+ (if (memq char '(?\C-v ?\s))
(scroll-up))
(if (or (memq char '(?\177 ?\M-v
delete backspace))