From 3112d5a2f1cff376f7aeba97479ed38e494959ee Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 2 Jul 2022 09:48:20 +0200 Subject: [PATCH] * src/xfns.c (Fx_server_input_extension_version): Fix typo. --- src/xfns.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index 9dcf73da1ca..adb4fb58bcf 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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 -- 2.39.2