diff options
| author | Eli Zaretskii | 2024-07-16 17:35:42 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-07-16 17:35:42 +0300 |
| commit | 719d5753ca661d5ab264383a2a3ca5932c595b41 (patch) | |
| tree | 116c42972eb53a1dab62fd1f35fd2f31fe1f4e31 /doc | |
| parent | e3bba63ecb9302d5a30c7ec55fa564aa9aba2b11 (diff) | |
| download | emacs-719d5753ca661d5ab264383a2a3ca5932c595b41.tar.gz emacs-719d5753ca661d5ab264383a2a3ca5932c595b41.zip | |
; * doc/lispref/help.texi (Keys in Documentation): Add cross-reference.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/help.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index f3d12feefc6..268ae08bc46 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -375,7 +375,7 @@ as a link in the @file{*Help*} buffer. | |||
| 375 | @end table | 375 | @end table |
| 376 | 376 | ||
| 377 | @strong{Please note:} Each @samp{\} must be doubled when written in a | 377 | @strong{Please note:} Each @samp{\} must be doubled when written in a |
| 378 | string in Emacs Lisp. | 378 | string in Emacs Lisp (@pxref{Syntax for Strings}). |
| 379 | 379 | ||
| 380 | @defun substitute-command-keys string &optional no-face include-menus | 380 | @defun substitute-command-keys string &optional no-face include-menus |
| 381 | @vindex help-key-binding@r{ (face)} | 381 | @vindex help-key-binding@r{ (face)} |