From: Stefan Kangas Date: Sat, 2 Jul 2022 07:48:20 +0000 (+0200) Subject: * src/xfns.c (Fx_server_input_extension_version): Fix typo. X-Git-Tag: emacs-29.0.90~1447^2~1282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3112d5a2f1cff376f7aeba97479ed38e494959ee;p=emacs.git * src/xfns.c (Fx_server_input_extension_version): Fix typo. --- 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