summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-01-20 11:38:13 +0000
committerEli Zaretskii <eliz@gnu.org>2002-01-20 11:38:13 +0000
commit4da9afb02e6d5aa301be5a712135b333c4a16211 (patch)
tree19e3dda743f955492297908965e4264abfdcdb1a
parent8988a7633c97ed214172c83a290a43e9d84d9092 (diff)
downloadgdb-4da9afb02e6d5aa301be5a712135b333c4a16211.tar.gz
* rluser.texinfo (Sample Init File): Prevent overfull hboxes.
From Brian Youmans <3diff@gnu.org>.
-rw-r--r--readline/doc/ChangeLog5
-rw-r--r--readline/doc/rluser.texinfo7
2 files changed, 9 insertions, 3 deletions
diff --git a/readline/doc/ChangeLog b/readline/doc/ChangeLog
index 995c43a18ef..cad0006a9fc 100644
--- a/readline/doc/ChangeLog
+++ b/readline/doc/ChangeLog
@@ -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.
diff --git a/readline/doc/rluser.texinfo b/readline/doc/rluser.texinfo
index 9f088ff3d48..6990b5c7c82 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\""