summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLele Gaifax <lele@metapensiero.it>2022-07-01 18:03:57 +0200
committerEli Zaretskii <eliz@gnu.org>2022-07-02 10:04:32 +0300
commit9dc0fdfdc14beb5d19b705b25bf01020df27541b (patch)
treeba124d3b7eb59edf888068af9108655f0e381f8e /configure.ac
parent9d14e0bf1e913fbb223241d246438e53bbc81431 (diff)
downloademacs-9dc0fdfdc14beb5d19b705b25bf01020df27541b.tar.gz
Fix repeated "the"
* configure.ac (EMACS_CONFIG_FEATURES): * etc/NEWS: * lisp/dnd.el (dnd-begin-text-drag): * src/pgtkfns.c (Fx_display_mm_height, Fx_display_mm_width): (Fx_display_backing_store, Fx_display_visual_class): * src/xterm.c: Fix repeated "the". (Bug#56341) Copyright-paperwork-exempt: yes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 17f86627a7d..ad3df5d7312 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6492,7 +6492,7 @@ AS_ECHO([" Does Emacs use -lXaw3d? ${HAVE_XAW3D
Does Emacs support legacy unexec dumping? ${with_unexec}
Which dumping strategy does Emacs use? ${with_dumping}
Does Emacs have native lisp compiler? ${HAVE_NATIVE_COMP}
- Does Emacs use version 2 of the the X Input Extension? ${HAVE_XINPUT2}
+ Does Emacs use version 2 of the X Input Extension? ${HAVE_XINPUT2}
Does Emacs generate a smaller-size Japanese dictionary? ${with_small_ja_dic}
"])