mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(make-help-screen): "?\ " -> "?\s".
This commit is contained in:
parent
5a4689d932
commit
5949f09808
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user