diff options
| author | Kenichi Handa | 2004-08-25 00:22:23 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-08-25 00:22:23 +0000 |
| commit | 1c6cfb0b0de4e888d79cb8a661ed6dfeeda97729 (patch) | |
| tree | 89fbe245ef9132d95c1e0bf830281c895eabd740 | |
| parent | 55a88c8a6052877050ef5f3305d603986021a175 (diff) | |
| download | emacs-1c6cfb0b0de4e888d79cb8a661ed6dfeeda97729.tar.gz emacs-1c6cfb0b0de4e888d79cb8a661ed6dfeeda97729.zip | |
(Non-ASCII Rebinding): Fix and simplify the
description for unibyte mode.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/custom.texi | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index e5a99a7db0d..7619fabe89d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-08-25 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * custom.texi (Non-ASCII Rebinding): Fix and simplify the | ||
| 4 | description for unibyte mode. | ||
| 5 | |||
| 1 | 2004-08-23 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2004-08-23 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * display.texi (Font Lock): Correct invalid (for hardcopy) @xref. | 8 | * display.texi (Font Lock): Correct invalid (for hardcopy) @xref. |
diff --git a/man/custom.texi b/man/custom.texi index aa5b35dc43e..d27bc8e0ed5 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -1635,17 +1635,15 @@ The Emacs Lisp Reference Manual}.}: | |||
| 1635 | Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}. | 1635 | Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}. |
| 1636 | 1636 | ||
| 1637 | Since this puts a non-@acronym{ASCII} character in the @file{.emacs}, | 1637 | Since this puts a non-@acronym{ASCII} character in the @file{.emacs}, |
| 1638 | you should specify the proper coding system for that file. @xref{Init | 1638 | you should specify for that file a coding system that supports |
| 1639 | Syntax}. You should specify the same coding system for the file that | 1639 | that character. @xref{Init Syntax}. |
| 1640 | you use for your keyboard. | ||
| 1641 | 1640 | ||
| 1642 | @strong{Warning:} if you change the keyboard encoding, or change | 1641 | @strong{Warning:} if you change the keyboard encoding, such that the code that |
| 1643 | from unibyte to multibyte mode, such that the code that | ||
| 1644 | @kbd{C-q} inserts becomes different, you'll need to edit the | 1642 | @kbd{C-q} inserts becomes different, you'll need to edit the |
| 1645 | Lisp expression accordingly. | 1643 | Lisp expression accordingly. |
| 1646 | 1644 | ||
| 1647 | If you bind 8-bit characters like this in your init file, you may find it | 1645 | @strong{Warning:} @kbd{C-q} will insert the wrong code if you visit |
| 1648 | convenient to specify that it is unibyte. @xref{Enabling Multibyte}. | 1646 | the file @file{.emacs} in a unibyte buffer, so don't do that. |
| 1649 | 1647 | ||
| 1650 | @node Mouse Buttons | 1648 | @node Mouse Buttons |
| 1651 | @subsection Rebinding Mouse Buttons | 1649 | @subsection Rebinding Mouse Buttons |