diff options
| -rw-r--r-- | doc/emacs/custom.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 2d63b2a7175..2bc1d3820d1 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -2792,6 +2792,12 @@ strings incorrectly. You should then avoid adding Emacs Lisp code | |||
| 2792 | that modifies the coding system in other ways, such as calls to | 2792 | that modifies the coding system in other ways, such as calls to |
| 2793 | @code{set-language-environment}. | 2793 | @code{set-language-environment}. |
| 2794 | 2794 | ||
| 2795 | An alternative to using non-@acronym{ASCII} characters directly is | ||
| 2796 | to use one of the character escape syntaxes described in | ||
| 2797 | @pxref{General Escape Syntax,,, elisp, The Emacs Lisp Reference | ||
| 2798 | Manual}, as they allow all Unicode codepoints to be specified using | ||
| 2799 | only @acronym{ASCII} characters. | ||
| 2800 | |||
| 2795 | To bind non-@acronym{ASCII} keys, you must use a vector (@pxref{Init | 2801 | To bind non-@acronym{ASCII} keys, you must use a vector (@pxref{Init |
| 2796 | Rebinding}). The string syntax cannot be used, since the | 2802 | Rebinding}). The string syntax cannot be used, since the |
| 2797 | non-@acronym{ASCII} characters will be interpreted as meta keys. For | 2803 | non-@acronym{ASCII} characters will be interpreted as meta keys. For |