From 5dc2fa858b9a02194e24d1edfd7c3a517a71b08a Mon Sep 17 00:00:00 2001 From: Robert Strandh Date: Wed, 20 Jul 2016 09:41:19 +0200 Subject: [PATCH] Document previously-undocumented function CHARACTER->KEYSYMS. --- manual/clx.texinfo | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/manual/clx.texinfo b/manual/clx.texinfo index bba8d08..33fceb5 100644 --- a/manual/clx.texinfo +++ b/manual/clx.texinfo @@ -15405,6 +15405,26 @@ Type @var{character} or @var{null}. @end defun +@defun character->keysyms character &optional display + +@table @var +@item character +A @var{character}. +@item display +A @var{display}. +@end table + +Given a character, returns a list of all matching keysyms. If +@var{display} is given, translations specific to @var{display} are +used. Otherwise only global translations are used. + +This function is implementation dependent. + +Calling this function may be slow, because it involves a linear +search over all known keysyms. + +@end defun + @node Client Termination, Managing Host Access, Keyboard Encodings, Control Functions @section Client Termination @@ -17467,11 +17487,6 @@ ChangeWindowAttributes (@code{setf} (@var{window-save-under} @emph{window})) This section just lists all symbols exported from the @var{XLIB} package but not documented in this manual. - -@defun character->keysyms character &optional display -@end defun - - @defun character-in-map-p display character keymap @table @var