]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xfns.c (Fx_server_input_extension_version): Fix typo.
authorStefan Kangas <stefan@marxist.se>
Sat, 2 Jul 2022 07:48:20 +0000 (09:48 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 2 Jul 2022 07:49:08 +0000 (09:49 +0200)
src/xfns.c

index 9dcf73da1cad89e7439555d121b8ade3df8e53d0..adb4fb58bcfb5031fdc42df0dcbf437d86427ba5 100644 (file)
@@ -5387,9 +5387,9 @@ DEFUN ("x-server-input-extension-version", Fx_server_input_extension_version,
        doc: /* Return the version of the X Input Extension supported by TERMINAL.
 The value is nil if TERMINAL's X server doesn't support the X Input
 Extension extension, or if Emacs doesn't support the version present
-on that server.  Otherwise, the return value is a list of the the
-major and minor versions of the X Input Extension extension running on
-that server.  */)
+on that server.  Otherwise, the return value is a list of the major
+and minor versions of the X Input Extension extension running on that
+server.  */)
   (Lisp_Object terminal)
 {
 #ifdef HAVE_XINPUT2