Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fc039bdc
Commit
fc039bdc
authored
Jul 04, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(info): Finish `defgroup' description with period.
(Info-summary): "?\ " -> "?\s".
parent
21751995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/info.el
lisp/info.el
+2
-2
No files found.
lisp/info.el
View file @
fc039bdc
...
...
@@ -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 @@ Build a menu of the possible matches."
(
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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment