diff options
| author | Eli Zaretskii | 2013-07-31 19:20:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-07-31 19:20:13 +0300 |
| commit | 5d07e191d2c2d70c8b3b217620f53265a4f6a453 (patch) | |
| tree | 0aae941526766cfb18870b7af9fa57f328a49255 | |
| parent | de9b01c4e7f9d6d188985845ab1c3b798591a3fe (diff) | |
| download | emacs-5d07e191d2c2d70c8b3b217620f53265a4f6a453.tar.gz emacs-5d07e191d2c2d70c8b3b217620f53265a4f6a453.zip | |
Fix the Emacs manual broken by 2013-07-31T12:59:10Z!xfq.free@gmail.com.
doc/emacs/emacs.texi (Top): Remove menu item for the removed "Disabling
Multibyte" node.
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7e1b7ed0e72..ad411e44ba6 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-31 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (Top): Remove menu item for the removed "Disabling | ||
| 4 | Multibyte" node. | ||
| 5 | |||
| 1 | 2013-07-31 Xue Fuqiao <xfq.free@gmail.com> | 6 | 2013-07-31 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 7 | ||
| 3 | * rmail.texi (Rmail Coding): Move here from mule.texi. | 8 | * rmail.texi (Rmail Coding): Move here from mule.texi. |
| @@ -5,6 +10,7 @@ | |||
| 5 | * custom.texi (Specifying File Variables): Fix cross-references. | 10 | * custom.texi (Specifying File Variables): Fix cross-references. |
| 6 | 11 | ||
| 7 | * mule.texi (Unibyte Mode): Fix cross-references. | 12 | * mule.texi (Unibyte Mode): Fix cross-references. |
| 13 | (Disabling Multibyte): Remove. | ||
| 8 | 14 | ||
| 9 | * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'. | 15 | * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'. |
| 10 | 16 | ||
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 16c54e1b9aa..8a518b82abb 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -544,7 +544,6 @@ Frames and Graphical Displays | |||
| 544 | International Character Set Support | 544 | International Character Set Support |
| 545 | 545 | ||
| 546 | * International Chars:: Basic concepts of multibyte characters. | 546 | * International Chars:: Basic concepts of multibyte characters. |
| 547 | * Disabling Multibyte:: Controlling whether to use multibyte characters. | ||
| 548 | * Language Environments:: Setting things up for the language you use. | 547 | * Language Environments:: Setting things up for the language you use. |
| 549 | * Input Methods:: Entering text characters not on your keyboard. | 548 | * Input Methods:: Entering text characters not on your keyboard. |
| 550 | * Select Input Method:: Specifying your choice of input methods. | 549 | * Select Input Method:: Specifying your choice of input methods. |