Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14146

Readline documentation error

From Jorge Maldonado Ventura <jorgesumle@freakspot.net>
Newsgroups gnu.bash.bug
Subject Readline documentation error
Date 2018-05-26 03:50 +0200
Message-ID <mailman.502.1527299475.1292.bug-bash@gnu.org> (permalink)

Show all headers | View raw


There is an unnecessary closing parenthesis under /bracketed-paste-begin
()/ from section 8.4.3 of /Bash Reference Manual/


diff --git a/lib/readline/doc/rluser.texi b/lib/readline/doc/rluser.texi
index 1c9acdc..d42f6f6 100644
--- a/lib/readline/doc/rluser.texi
+++ b/lib/readline/doc/rluser.texi
@@ -1352,7 +1352,7 @@ This function is intended to be bound to the
"bracketed paste" escape
 sequence sent by some terminals, and such a binding is assigned by default.
 It allows Readline to insert the pasted text as a single unit without
treating
 each character as if it had been read from the keyboard.  The characters
-are inserted as if each one was bound to @code{self-insert}) instead of
+are inserted as if each one was bound to @code{self-insert} instead of
 executing any editing commands.

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Readline documentation error Jorge Maldonado Ventura <jorgesumle@freakspot.net> - 2018-05-26 03:50 +0200

csiph-web