# HG changeset patch # User Juanma Barranquero # Date 1120443151 0 # Node ID 9ee64186bcf1c93e950cbf0d55f22a0251a604b8 # Parent 70dbaa65c7230bdb3034058d7024c80166152130 (info): Finish `defgroup' description with period. (Info-summary): "?\ " -> "?\s". diff -r 70dbaa65c723 -r 9ee64186bcf1 lisp/info.el --- a/lisp/info.el Mon Jul 04 02:08:37 2005 +0000 +++ b/lisp/info.el Mon Jul 04 02:12:31 2005 +0000 @@ -38,7 +38,7 @@ (eval-when-compile (require 'jka-compr)) (defgroup info nil - "Info subsystem" + "Info subsystem." :group 'help :group 'docs) @@ -2868,7 +2868,7 @@ (while (progn (setq flag (not (pos-visible-in-window-p (point-max)))) (message (if flag "Type Space to see more" "Type Space to return to Info")) - (if (not (eq ?\ (setq ch (read-event)))) + (if (not (eq ?\s (setq ch (read-event)))) (progn (setq unread-command-events (list ch)) nil) flag)) (scroll-up)))