From: Juanma Barranquero Date: Mon, 27 Nov 2006 13:51:41 +0000 (+0000) Subject: (make-help-screen): "?\ " -> "?\s". X-Git-Tag: emacs-pretest-22.0.92~473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5949f09808a55c9f910d897c83f518556cada595;p=emacs.git (make-help-screen): "?\ " -> "?\s". --- 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))