diff options
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 353b928bf37..abda4427a0d 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -785,7 +785,7 @@ Completion is allowed, and the menu item point is on is the default." | |||
| 785 | (message (if flag "Type Space to see more" | 785 | (message (if flag "Type Space to see more" |
| 786 | "Type Space to return to Info")) | 786 | "Type Space to return to Info")) |
| 787 | (if (/= ?\ (setq ch (read-char))) | 787 | (if (/= ?\ (setq ch (read-char))) |
| 788 | (progn (setq unread-command-char ch) nil) | 788 | (progn (setq unread-command-event ch) nil) |
| 789 | flag)) | 789 | flag)) |
| 790 | (scroll-up))))) | 790 | (scroll-up))))) |
| 791 | 791 | ||