* src/keyboard.c (syms_of_keyboard):
* etc/NEWS: Minor fixes of documentation of 'record-all-keys'.
+++
** New user option 'record-all-keys'.
-If non-nil, this option will force recording of all input keys
-including in passwords prompt (this was the previous behaviour). It
-now defaults to NIL and inhibits recording of passwords.
+If non-nil, this option will force recording of all input keys,
+including those typed in response to passwords prompt (this was the
+previous behavior). The default is nil, which inhibits recording of
+passwords.
+++
** New function 'command-query'.
inhibit_record_char = false;
DEFVAR_BOOL ("record-all-keys", record_all_keys,
- doc: /* Non-nil means to record all typed keys. When
-nil, only passwords' keys are not recorded. */);
+ doc: /* Non-nil means record all keys you type.
+When nil, the default, characters typed as part of passwords are
+not recorded. The non-nil value countermands `inhibit--record-char',
+which see. */);
record_all_keys = false;
pdumper_do_now_and_after_load (syms_of_keyboard_for_pdumper);