all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#32578: Remove "joke" from drag events documentation
@ 2018-08-29 17:29 Chris Shea
  2018-08-30  7:20 ` Marcin Borkowski
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Chris Shea @ 2018-08-29 17:29 UTC (permalink / raw)
  To: 32578


[-- Attachment #1.1: Type: text/plain, Size: 159 bytes --]

Hello,

This patch removes an unnecessary and unwelcoming joke from the drag events
documentation. Documentation should be informative and inclusive.

Thanks,

[-- Attachment #1.2: Type: text/html, Size: 243 bytes --]

[-- Attachment #2: 0001-Remove-unnecessary-language.patch --]
[-- Type: application/octet-stream, Size: 1696 bytes --]

From f7d8dc3b6be5d317b963b587066237ccf3368691 Mon Sep 17 00:00:00 2001
From: Christopher Shea <cmshea@gmail.com>
Date: Wed, 29 Aug 2018 13:19:19 -0400
Subject: [PATCH] Remove unnecessary language

---
 doc/lispref/ChangeLog.1   | 4 ++++
 doc/lispref/commands.texi | 9 ++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/ChangeLog.1 b/doc/lispref/ChangeLog.1
index 42240ae..8294da1 100644
--- a/doc/lispref/ChangeLog.1
+++ b/doc/lispref/ChangeLog.1
@@ -1,3 +1,7 @@
+2018-08-29  Christopher Shea  <cmshea@gmail.com>
+
+	* commands.texi (Drag Events): Remove joke.
+
 2015-03-29  Glenn Morris  <rgm@gnu.org>
 
 	* objects.texi (Equality Predicates): Fix typo in example.
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 0753d6f..303967b 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -1480,12 +1480,11 @@ handle), @code{up} (the up arrow at one end of the scroll bar), or
 @cindex drag event
 @cindex mouse drag event
 
-With Emacs, you can have a drag event without even changing your
-clothes.  A @dfn{drag event} happens every time the user presses a mouse
-button and then moves the mouse to a different character position before
+A @dfn{drag event} happens every time the user presses a mouse button
+and then moves the mouse to a different character position before
 releasing the button.  Like all mouse events, drag events are
-represented in Lisp as lists.  The lists record both the starting mouse
-position and the final position, like this:
+represented in Lisp as lists.  The lists record both the starting
+mouse position and the final position, like this:
 
 @example
 (@var{event-type}
-- 
2.18.0


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

end of thread, other threads:[~2018-09-03  6:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-29 17:29 bug#32578: Remove "joke" from drag events documentation Chris Shea
2018-08-30  7:20 ` Marcin Borkowski
2018-08-30  7:49   ` Colin Baxter
2018-08-30  9:13     ` Phil Sainty
2018-08-30 13:51     ` Chris Shea
2018-08-31  6:08       ` Marcin Borkowski
2018-09-02  3:13         ` Richard Stallman
2018-09-02  3:49           ` Chris Shea
2018-09-03  6:26             ` Richard Stallman
2018-08-30 20:08 ` Filipp Gunbin
2018-08-30 20:54   ` Chris Shea
2018-08-30 22:57     ` Juri Linkov
2018-08-31  1:23 ` Richard Stallman
2018-09-01 13:56   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.