GNU bug report logs -
#32970
26; doc string of `this-command-keys-vector' (minor)
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Sun, 7 Oct 2018 15:01:02 UTC
Severity: minor
Tags: fixed
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Drew Adams <drew.adams <at> oracle.com> writes:
> Doc string:
>
> this-command-keys-vector is a built-in function in 'C source code'.
>
> (this-command-keys-vector)
>
> Return the key sequence that invoked this command, as a vector.
> However, if the command has called 'read-key-sequence', it returns
> the last key sequence that has been read.
>
> See also 'this-command-keys'.
> This function does not change global state, including the match data.
>
> It would be clearer, I think, if the order of the last two sentences
> were reversed. And perhaps they should not even be in the same
> paragraph. The current order can lead to thinking that "this function"
> means `this-command-keys', and that it is only `this-command-keys', not
> also `this-command-keys-vector', that does not change global state.
The current help buffer is:
--
this-command-keys-vector is a built-in function in ‘src/keyboard.c’.
(this-command-keys-vector)
This function does not change global state, including the match data.
Return the key sequence that invoked this command, as a vector.
However, if the command has called ‘read-key-sequence’, it returns
the last key sequence that has been read.
See also ‘this-command-keys’.
--
So this has been fixed.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 5 years and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.