diff options
Diffstat (limited to 'doc/lispref/help.texi')
-rw-r--r-- | doc/lispref/help.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 1375a057a5a..25c150290bd 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -448,7 +448,7 @@ This function returns a string describing @var{event} in the standard Emacs notation for keyboard input. A normal printing character appears as itself, but a control character turns into a string starting with @samp{C-}, a meta character turns into a string starting -with @samp{M-}, and space, tab, etc.@: appear as @samp{SPC}, +with @samp{M-}, and space, tab, etc., appear as @samp{SPC}, @samp{TAB}, etc. A function key symbol appears inside angle brackets @samp{<@dots{}>}. An event that is a list appears as the name of the symbol in the @sc{car} of the list, inside angle brackets. @@ -728,4 +728,3 @@ If this variable is non-@code{nil}, commands defined with echo area at first, and display the longer @var{help-text} strings only if the user types the help character again. @end defopt - |