unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63997: 29.0.91; [PATCH] Add reference to indent-rigidly to the Emacs manual
       [not found] <m14jnfa8ud.fsf.ref@yahoo.es>
@ 2023-06-10 10:51 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-06-10 11:17   ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-06-10 10:51 UTC (permalink / raw)
  To: 63997

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]


The Emacs manual describes keybindings by adding the command they
execute to the end of the first sentence, in parenthesis.

In section 25.1 Indentation Commands, `C-x <TAB>' does not follow this
pattern, so I've attached a patch that rewrites the first sentence to
mention indent-rigidly, and also removes usage of passive voice.
Thanks.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Mention-indent-rigidly-in-the-Emacs-manual.patch --]
[-- Type: text/x-patch, Size: 1139 bytes --]

From 0c1a666ee391ee1c6100fbbf242a920e78e2ac6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardani29@yahoo.es>
Date: Sat, 10 Jun 2023 12:36:53 +0200
Subject: [PATCH] Mention indent-rigidly in the Emacs manual

* doc/emacs/indent.texi (Indentation Commands): Rewrite the first
sentence of C-x TAB to mention the command that it executes, and
without using passive voice.
---
 doc/emacs/indent.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi
index 95ad726828d..2fe632b822b 100644
--- a/doc/emacs/indent.texi
+++ b/doc/emacs/indent.texi
@@ -127,8 +127,8 @@ Indentation Commands
 @kindex C-x TAB
 @findex indent-rigidly
 @cindex remove indentation
-This command is used to change the indentation of all lines that begin
-in the region, moving the affected lines as a rigid unit.
+Indent all lines that begin in the region, moving the affected lines
+as a rigid unit (@code{indent-rigidly}).
 
 If called with no argument, the command activates a transient mode for
 adjusting the indentation of the affected lines interactively.  While
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63997: 29.0.91; [PATCH] Add reference to indent-rigidly to the Emacs manual
  2023-06-10 10:51 ` bug#63997: 29.0.91; [PATCH] Add reference to indent-rigidly to the Emacs manual Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-06-10 11:17   ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-06-10 11:17 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 63997-done

> Date: Sat, 10 Jun 2023 12:51:38 +0200
> From:  Daniel Martín via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> The Emacs manual describes keybindings by adding the command they
> execute to the end of the first sentence, in parenthesis.
> 
> In section 25.1 Indentation Commands, `C-x <TAB>' does not follow this
> pattern, so I've attached a patch that rewrites the first sentence to
> mention indent-rigidly, and also removes usage of passive voice.

Thanks, installed on the emacs-29 branch.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-10 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m14jnfa8ud.fsf.ref@yahoo.es>
2023-06-10 10:51 ` bug#63997: 29.0.91; [PATCH] Add reference to indent-rigidly to the Emacs manual Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-06-10 11:17   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).