* rluser.texinfo (Sample Init File): Prevent overfull hboxes.
authorEli Zaretskii <eliz@gnu.org>
Sun, 20 Jan 2002 11:27:37 +0000 (11:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 20 Jan 2002 11:27:37 +0000 (11:27 +0000)
        From Brian Youmans <3diff@gnu.org>.

readline/doc/ChangeLog
readline/doc/rluser.texinfo

index 995c43a18eff8921d3611bf9954a83d63fe8faaf..cad0006a9fc63eff529fe01a72fb23fdead56656 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * rluser.texinfo (Sample Init File): Prevent overfull hboxes.
+       From Brian Youmans <3diff@gnu.org>.
+
 2000-07-09  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
         * Import of readline 4.1.
index 9f088ff3d482536cba70b2bd7b8548ac5a9f5543..6990b5c7c821be69f40b6e07cba48ee73922b0b0 100644 (file)
@@ -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\""
This page took 0.033959 seconds and 4 git commands to generate.