texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Thu, 27 Jul 2023 08:21:46 -0400 (EDT)

branch: master
commit 4baee0260cbf40ab79f7518c61c786dd9c7b5abf
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Jul 27 13:21:36 2023 +0100

    * doc/info-stnd.texi (Node Commands): Do not link to emacs manual
    for explanation of M-x, as this contains much irrelevant material.
    State that M-x is 'execute-command'.  Give example using previously
    documented command.  Change ALT to Alt and CTRL to Ctrl, as well
    as META to Meta.
---
 ChangeLog          |  8 ++++++++
 doc/info-stnd.texi | 29 +++++++++++++----------------
 2 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c3598c9c98..1f920a17c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-07-27  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/info-stnd.texi (Node Commands): Do not link to emacs manual
+       for explanation of M-x, as this contains much irrelevant material.
+       State that M-x is 'execute-command'.  Give example using previously
+       documented command.  Change ALT to Alt and CTRL to Ctrl, as well
+       as META to Meta.
+
 2023-07-27  Gavin Smith <gavinsmith0123@gmail.com>
 
        * doc/info-stnd.texi (Node Commands): Edit.  Do not talk about
diff --git a/doc/info-stnd.texi b/doc/info-stnd.texi
index d0e6c9bb8a..82910c7bc6 100644
--- a/doc/info-stnd.texi
+++ b/doc/info-stnd.texi
@@ -164,6 +164,7 @@ to read about a related issue, and would like then to resume
 reading at the same place where you started.
 @end table
 
+@noindent
 Two additional commands, @samp{t} and @samp{d}, select special nodes:
 
 @table @asis
@@ -178,21 +179,19 @@ Select the node @samp{Top} in the current Info file.
 Select the directory node (i.e., the node @samp{(dir)}).
 @end table
 
-The notation used in this manual to describe keystrokes
-is the same as the notation used within the Emacs manual
-(@pxref{User Input,,, emacs, The GNU Emacs Manual}).
-@kbd{C-@var{x}} means press the @key{CTRL} key and the
-key @var{x}.  @kbd{M-@var{x}} means press the @key{META} key and
-the key @var{x}.  On many terminals the @key{META} key is known as
-the @key{ALT} key.  @key{SPC} is the space bar.  The other keys are
-usually called by the names printed on them.
-
 In the command descriptions in this manual,
-the @kbd{M-x} command name is displayed in parentheses.
-@kbd{M-x} is itself a command
-letting you run a command
-by name.  @xref{M-x, , Executing an extended command, emacs, The GNU
-Emacs Manual}, for more detailed information.
+the @kbd{M-x} command names are displayed in parentheses.
+@kbd{M-x} is itself a command (@code{execute-command})
+letting you run a command by name. For example, you could
+select the next node with @kbd{M-x next-node}.
+
+@kbd{C-@var{x}} means press the @key{Ctrl} key and
+the key @var{x}.  @kbd{M-@var{x}} means press the @key{Meta} key
+and the key @var{x}.  (@key{Meta} is usually labeled as @key{Alt}).
+@key{SPC} is the space bar.  The other keys are usually called by
+the names printed on them.  This notation to describe keystrokes is
+the same as that used within the Emacs manual (@pxref{User Input,,,
+emacs, The GNU Emacs Manual}).
 
 Many Info commands can take a @dfn{numeric argument};
 see @ref{Miscellaneous Commands, @code{universal-argument}} to find
@@ -363,8 +362,6 @@ See also @ref{--raw-escapes}.
 GNU Info has several commands which allow you to move the cursor about
 the screen.
 
-The following table lists the basic cursor movement commands in Info.
-
 With a numeric argument, the motion commands
 are simply executed that many times; for example, a numeric argument
 of 4 given to @code{next-line} causes the cursor to move down 4 lines.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]