diff options
| -rw-r--r-- | doc/emacs/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 1276c45af70..29d1c902b7c 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -2505,7 +2505,7 @@ Type @kbd{C-q}, followed by the key you want to bind, to insert @var{char}. | |||
| 2505 | 2505 | ||
| 2506 | @strong{Warning:} if you change the keyboard encoding, or change | 2506 | @strong{Warning:} if you change the keyboard encoding, or change |
| 2507 | between multibyte and unibyte mode, or anything that would alter which | 2507 | between multibyte and unibyte mode, or anything that would alter which |
| 2508 | code @kbd{C-q} would insert for that character, this keybinding may | 2508 | code @kbd{C-q} would insert for that character, this key binding may |
| 2509 | stop working. It is therefore advisable to use one and only one | 2509 | stop working. It is therefore advisable to use one and only one |
| 2510 | coding system, for your init file as well as the files you edit. For | 2510 | coding system, for your init file as well as the files you edit. For |
| 2511 | example, don't mix the @samp{latin-1} and @samp{latin-9} coding | 2511 | example, don't mix the @samp{latin-1} and @samp{latin-9} coding |