* src/xfns.c (Fx_server_input_extension_version): Fix typo.

This commit is contained in:
Stefan Kangas 2022-07-02 09:48:20 +02:00
parent 52c91122ee
commit 3112d5a2f1

View 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