aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-11-14 20:12:16 +0000
committerRoland Pesch <pesch@cygnus>1991-11-14 20:12:16 +0000
commit9dd0e793d765a1b9fcfce1a4ca462f7cd61ddee2 (patch)
treee13b3949f2563a4547190d868ad5033f3145a7e3 /readline
parentc56f1262ca8f5319c991fa3df5b8ccec4ff9de72 (diff)
downloadfsf-binutils-gdb-9dd0e793d765a1b9fcfce1a4ca462f7cd61ddee2.zip
fsf-binutils-gdb-9dd0e793d765a1b9fcfce1a4ca462f7cd61ddee2.tar.gz
fsf-binutils-gdb-9dd0e793d765a1b9fcfce1a4ca462f7cd61ddee2.tar.bz2
readline, inc-read: fix node structure so this makeinfo's cleanly.
Makefile.in: reflect dependencies for readline.info correctly; invoke makeinfo without '-' prefix.
Diffstat (limited to 'readline')
-rwxr-xr-xreadline/inc-read.texi16
-rwxr-xr-xreadline/readline.texi6
2 files changed, 9 insertions, 13 deletions
diff --git a/readline/inc-read.texi b/readline/inc-read.texi
index 52a0e33..3a46aaa 100755
--- a/readline/inc-read.texi
+++ b/readline/inc-read.texi
@@ -46,15 +46,11 @@ in any case.
@menu
* Conventions:: Notation used in this appendix.
-* Basic Line Editing:: The minimum set of commands for editing a line.
-* Movement Commands:: Commands for moving the cursor about the line.
-* Cutting and Pasting:: Deletion and copying of text sections.
-* Transposition:: Exchanging two characters or words.
-* Completion:: Expansion of a partially typed word into
- the full text.
+* Readline Interaction:: How to use Readline
+* Readline Init File:: Customizing Readline for your own use
@end menu
-@node Conventions, Basic Line Editing, Command Line Editing, Command Line Editing
+@node Conventions, Readline Interaction, Command Line Editing, Command Line Editing
@appendixsec Conventions on Notation
In this Appendix, the following notation is used to describe
@@ -77,7 +73,7 @@ In addition, several keys have their own names. Specifically,
stand for themselves when seen in this text, or in an init file
(@pxref{Readline Init File}, for more info).
-@node Readline Interaction, Readline Init File, Readline Introduction, Readline Top
+@node Readline Interaction, Readline Init File, Conventions, Command Line Editing
@appendixsec Readline Interaction
@cindex interaction, readline
@@ -217,7 +213,7 @@ the remainder of the digits, and then the command. For example, to give
the @kbd{C-d} command an argument of 10, you could type @kbd{M-1 0 C-d}.
-@node Readline Init File, , Readline Interaction, Readline Top
+@node Readline Init File, , Readline Interaction, Command Line Editing
@appendixsec Readline Init File
Although the Readline library comes with a set of Emacs-like
@@ -459,7 +455,7 @@ The line editing commands @code{reverse-search-history} (@kbd{C-r}) and
you can abort the search, and return to normal input mode, by using the
@code{abort} (@kbd{C-g}) command.
-@item do-uppercase-version (@kbd{M-a}, @kbd{M-b}, @dots)
+@item do-uppercase-version (@kbd{M-a}, @kbd{M-b}, @dots{})
Run the command that is bound to your uppercase brother.
@item prefix-meta (@key{ESC})
diff --git a/readline/readline.texi b/readline/readline.texi
index 464f618..abb6351 100755
--- a/readline/readline.texi
+++ b/readline/readline.texi
@@ -90,7 +90,7 @@ by the Foundation.
@end titlepage
-@node Top, Readline Top, ,(DIR)
+@node Top, , ,(DIR)
@chapter GNU Readline Library
@ifinfo
@@ -100,8 +100,8 @@ to provide a command line interface.
@end ifinfo
@menu
-* Readline Top:: GNU Readline User's Manual
-* Readline Technical:: GNU Readline Programmer's Manual
+* Command Line Editing:: GNU Readline User's Manual
+* Readline Technical:: GNU Readline Programmer's Manual
@end menu
@include inc-read.texi
@node Readline Technical, , Top, Top