aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/help.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi
index 868d2843569..be4a6f7bc19 100644
--- a/doc/lispref/help.texi
+++ b/doc/lispref/help.texi
@@ -333,6 +333,11 @@ replaces them by what they stand for, returning the result as a string.
333This permits display of documentation that refers accurately to the 333This permits display of documentation that refers accurately to the
334user's own customized key bindings. 334user's own customized key bindings.
335 335
336In the returned string, replacement characters that should not be
337further transformed have the text property @code{escaped}. For
338example, when @samp{\=`} is replaced by @samp{`} in the output, the
339replacement character has the text property @code{escaped}.
340
336@cindex advertised binding 341@cindex advertised binding
337If a command has multiple bindings, this function normally uses the 342If a command has multiple bindings, this function normally uses the
338first one it finds. You can specify one particular key binding by 343first one it finds. You can specify one particular key binding by