bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 17/25] Respell "C-J" with a lowercase j.


From: G. Branden Robinson
Subject: [PATCH 17/25] Respell "C-J" with a lowercase j.
Date: Thu, 21 Nov 2024 22:22:28 -0600

...like every other documented Control+letter combination.
---
 doc/bash.1                   | 6 +++---
 lib/readline/doc/readline.3  | 6 +++---
 lib/readline/doc/rluser.texi | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/bash.1 b/doc/bash.1
index 658bed68..f700a736 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -6910,11 +6910,11 @@ .SS "Readline Variables"
 The name \fBmeta\-flag\fP is a synonym for \fBinput\-meta\fP.
 .TP
 .BR isearch\-terminators\ ( \c
-.Q \fBC\-[C\-J\fP \fB)\fP
+.Q \fBC\-[C\-j\fP \fB)\fP
 The string of characters that should terminate an incremental
 search without subsequently executing the character as a command.
 If this variable has not been given a value, the characters
-\fIESC\fP and \fIC\-J\fP will terminate an incremental search.
+\fIESC\fP and \fIC\-j\fP will terminate an incremental search.
 .TP
 .B keymap (emacs)
 Set the current \fBreadline\fP keymap.
@@ -7198,7 +7198,7 @@ .SS Searching
 The characters present in the value of the \fBisearch-terminators\fP
 variable are used to terminate an incremental search.
 If that variable has not been assigned a value,
-\fIESC\fP and \fIC\-J\fP will terminate an incremental search.
+\fIESC\fP and \fIC\-j\fP will terminate an incremental search.
 \fIC\-g\fP will abort an incremental search and restore the original line.
 When the search is terminated, the history entry containing the
 search string becomes the current line.
diff --git a/lib/readline/doc/readline.3 b/lib/readline/doc/readline.3
index 6b197028..265e22fa 100644
--- a/lib/readline/doc/readline.3
+++ b/lib/readline/doc/readline.3
@@ -677,11 +677,11 @@ .SS Variables
 The name \fBmeta\-flag\fP is a synonym for \fBinput\-meta\fP.
 .TP
 .BR isearch\-terminators\ ( \c
-.Q \fBC\-[C\-J\fP \fB)\fP
+.Q \fBC\-[C\-j\fP \fB)\fP
 The string of characters that should terminate an incremental
 search without subsequently executing the character as a command.
 If this variable has not been given a value, the characters
-\fIESC\fP and \fIC\-J\fP will terminate an incremental search.
+\fIESC\fP and \fIC\-j\fP will terminate an incremental search.
 .TP
 .B keymap (emacs)
 Set the current \fBreadline\fP keymap.
@@ -960,7 +960,7 @@ .SH SEARCHING
 The characters present in the value of the \fBisearch-terminators\fP
 variable are used to terminate an incremental search.
 If that variable has not been assigned a value,
-\fIESC\fP and \fIC\-J\fP will terminate an incremental search.
+\fIESC\fP and \fIC\-j\fP will terminate an incremental search.
 \fIC\-g\fP will abort an incremental search and restore the original line.
 When the search is terminated, the history entry containing the
 search string becomes the current line.
diff --git a/lib/readline/doc/rluser.texi b/lib/readline/doc/rluser.texi
index 57770e5d..1b545cd1 100644
--- a/lib/readline/doc/rluser.texi
+++ b/lib/readline/doc/rluser.texi
@@ -339,7 +339,7 @@
 The characters present in the value of the @code{isearch-terminators} variable
 are used to terminate an incremental search.
 If that variable has not been assigned a value, the @key{ESC} and
-@kbd{C-J} characters will terminate an incremental search.
+@kbd{C-j} characters will terminate an incremental search.
 @kbd{C-g} will abort an incremental search and restore the original line.
 When the search is terminated, the history entry containing the
 search string becomes the current line.
@@ -736,7 +736,7 @@
 The string of characters that should terminate an incremental search without
 subsequently executing the character as a command (@pxref{Searching}).
 If this variable has not been given a value, the characters @key{ESC} and
-@kbd{C-J} will terminate an incremental search.
+@kbd{C-j} will terminate an incremental search.
 
 @item keymap
 @vindex keymap
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]