[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Tue, 10 Jan 2023 13:16:12 -0500 (EST) |
branch: master
commit 8736103817f1fe66f9f92a9237659f370b6895cf
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Jan 10 17:14:36 2023 +0000
* doc/info-stnd.texi (Scrolling Commands, Miscellaneous Commands):
Move documentation of redraw-display and toggle-wrap to
Miscellaneous Commands as these aren't scrolling commands.
Do not describe show-footnotes command as "convenient".
---
ChangeLog | 7 +++++++
doc/info-stnd.texi | 59 +++++++++++++++++++++++++++---------------------------
2 files changed, 36 insertions(+), 30 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2f46df7c03..4db0f01c2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-01-10 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/info-stnd.texi (Scrolling Commands, Miscellaneous Commands):
+ Move documentation of redraw-display and toggle-wrap to
+ Miscellaneous Commands as these aren't scrolling commands.
+ Do not describe show-footnotes command as "convenient".
+
2023-01-10 Gavin Smith <gavinsmith0123@gmail.com>
* doc/info-stnd.texi (Invoking Info): Move later in the
diff --git a/doc/info-stnd.texi b/doc/info-stnd.texi
index 25d98209e7..d81172c1ed 100644
--- a/doc/info-stnd.texi
+++ b/doc/info-stnd.texi
@@ -351,31 +351,6 @@ variable @code{scroll-behavior} (@pxref{scroll-behavior}).
The @code{scroll-forward-page-only} and @code{scroll-backward-page-only}
commands never scroll beyond the current node.
-@table @asis
-@item @kbd{C-l} (@code{redraw-display})
-@kindex C-l
-@findex redraw-display
-Redraw the display from scratch, or shift the line containing the cursor
-to a specified location. With no numeric argument, @samp{C-l} clears
-the screen, and then redraws its entire contents. Given a numeric
-argument of @var{n}, the line containing the cursor is shifted so that
-it is on the @var{n}th line of the window.
-
-@item @kbd{C-x @kbd{w}} (@code{toggle-wrap})
-@kindex C-w
-@findex toggle-wrap
-Toggles the state of line wrapping in the current window. Normally,
-lines which are longer than the screen width @dfn{wrap}, i.e., they are
-continued on the next line. Lines which wrap have a @samp{\} appearing
-in the rightmost column of the screen. You can cause such lines to be
-terminated at the rightmost column by changing the state of line
-wrapping in the window with @kbd{C-x w}. When a line which needs more
-space than one screen width to display is displayed, a @samp{$} appears
-in the rightmost column of the screen, and the remainder of the line is
-invisible. When long lines are truncated, the mode line displays the
-@samp{$} character near its left edge.
-@end table
-
@node Node Commands
@chapter Selecting a Node
@@ -1476,23 +1451,47 @@ The @samp{q} command of Info simply quits running Info.
Exit GNU Info.
@end table
-If the operating system tells GNU Info that the screen is 60 lines tall,
-and it is actually only 40 lines tall, here is a way to tell Info that
-the operating system is correct.
+Here are commands affecting the display of nodes:
@table @asis
+@item @kbd{C-l} (@code{redraw-display})
+@kindex C-l
+@findex redraw-display
+Redraw the display from scratch, or shift the line containing the cursor
+to a specified location. With no numeric argument, @samp{C-l} clears
+the screen, and then redraws its entire contents. Given a numeric
+argument of @var{n}, the line containing the cursor is shifted so that
+it is on the @var{n}th line of the window.
+
@item @code{@kbd{M-x} set-screen-height}
@findex set-screen-height
@cindex screen, changing the height of
Read a height value in the echo area and set the height of the
-displayed screen to that value.
+displayed screen to that value. For example, if the operating system
+tells GNU Info that the screen is 60 lines tall, and it is actually
+only 40 lines tall, you could use this command to tell Info that the
+operating system is incorrect.
+
+@item @kbd{C-x @kbd{w}} (@code{toggle-wrap})
+@kindex C-w
+@findex toggle-wrap
+Toggles the state of line wrapping in the current window. Normally,
+lines which are longer than the screen width @dfn{wrap}, i.e., they are
+continued on the next line. Lines which wrap have a @samp{\} appearing
+in the rightmost column of the screen. You can cause such lines to be
+terminated at the rightmost column by changing the state of line
+wrapping in the window with @kbd{C-x w}. When a line which needs more
+space than one screen width to display is displayed, a @samp{$} appears
+in the rightmost column of the screen, and the remainder of the line is
+invisible. When long lines are truncated, the mode line displays the
+@samp{$} character near its left edge.
@end table
On MS-DOS/MS-Windows, this command actually tries to change the
dimensions of the visible screen to the value you type in the echo
area.
-Finally, Info provides a convenient way to display footnotes which might
+Finally, Info provides a way to display footnotes which might
be associated with the current node that you are viewing:
@table @asis
- master updated (2a18f1062a -> 4f6f45269e), Gavin D. Smith, 2023/01/10
- [no subject], Gavin D. Smith, 2023/01/10
- [no subject], Gavin D. Smith, 2023/01/10
- [no subject], Gavin D. Smith, 2023/01/10
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2023/01/10
- [no subject], Gavin D. Smith, 2023/01/10
- [no subject], Gavin D. Smith, 2023/01/10