summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2019-10-14 20:31:33 +0200
committerRobert Pluim <rpluim@gmail.com>2019-10-15 14:28:59 +0200
commiteda385266e7998c7960f9cf3c35715e7419e6148 (patch)
treecab953467c06a94fdb0de44a89c5eaa232519006 /src/keyboard.c
parentc76b968374e59b0d2c6f652b4f37555374f1ae7d (diff)
downloademacs-eda385266e7998c7960f9cf3c35715e7419e6148.tar.gz
Fix duplicated words in comments
* src/coding.c (encode_string_utf_8): * src/keyboard.c (syms_of_keyboard): * src/mini-gmp.c (gmp_lucas_mod, mpz_export): * src/pdumper.c (dump_set_referrer, dump_queue_compute_score): * src/timefns.c (Ftime_convert): Remove duplicated words.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 40aaf496384..d67d18a801e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12063,7 +12063,7 @@ and the minor mode maps regardless of `overriding-local-map'. */);
The special values `dragging' and `dropping' assert that the mouse
cursor retains its appearance during mouse motion. Any non-nil value
but `dropping' asserts that motion events always relate to the frame
-where the the mouse movement started. The value `dropping' asserts
+where the mouse movement started. The value `dropping' asserts
that motion events relate to the frame where the mouse cursor is seen
when generating the event. If there's no such frame, such motion
events relate to the frame where the mouse movement started. */);