From: Eli Zaretskii Date: Sun, 20 Jan 2002 11:27:37 +0000 (+0000) Subject: * rluser.texinfo (Sample Init File): Prevent overfull hboxes. X-Git-Tag: binutils-2_12-branchpoint~376 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c17645a024499678239af84e4901abe6972c3f38;p=external%2Fbinutils.git * rluser.texinfo (Sample Init File): Prevent overfull hboxes. From Brian Youmans <3diff@gnu.org>. --- diff --git a/readline/doc/ChangeLog b/readline/doc/ChangeLog index 995c43a..cad0006 100644 --- a/readline/doc/ChangeLog +++ b/readline/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-20 Eli Zaretskii + + * rluser.texinfo (Sample Init File): Prevent overfull hboxes. + From Brian Youmans <3diff@gnu.org>. + 2000-07-09 Elena Zannoni * Import of readline 4.1. diff --git a/readline/doc/rluser.texinfo b/readline/doc/rluser.texinfo index 9f088ff..6990b5c 100644 --- a/readline/doc/rluser.texinfo +++ b/readline/doc/rluser.texinfo @@ -759,10 +759,11 @@ TAB: complete $if Bash # edit the path "\C-xp": "PATH=$@{PATH@}\e\C-e\C-a\ef\C-f" -# prepare to type a quoted word -- insert open and close double quotes -# and move to just after the open quote +# prepare to type a quoted word -- insert open and close +# double quotes and move to just after the open quote "\C-x\"": "\"\"\C-b" -# insert a backslash (testing backslash escapes in sequences and macros) +# insert a backslash (testing backslash escapes in sequences +# and macros) "\C-x\\": "\\" # Quote the current or previous word "\C-xq": "\eb\"\ef\""