]> git.eshelyaron.com Git - emacs.git/commitdiff
(Helper-help-scroller): Fix character constant.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Feb 2003 11:02:25 +0000 (11:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Feb 2003 11:02:25 +0000 (11:02 +0000)
lisp/emacs-lisp/helper.el

index 574694654bf077926d9a4e26822f52be8a47a616..0e02f05955f17201e9e3c071e3080f89906078d0 100644 (file)
@@ -77,7 +77,7 @@
                   "Type anything to %s"))
            blurb)
          (setq continue (read-char))
-         (cond ((and (memq continue '(?\ ?\C-v)) (< state 2))
+         (cond ((and (memq continue '(?\s ?\C-v)) (< state 2))
                 (scroll-up))
                ((= continue ?\C-l)
                 (recenter))