diff options
| author | Eli Zaretskii | 2007-03-31 09:04:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-31 09:04:57 +0000 |
| commit | 954adba5302d8b6ebf95c81f25ab920974733084 (patch) | |
| tree | 63bee74a63e5ccd1cb2cfb0c726eec12ec3ca2c6 | |
| parent | bd8abbc4395b221657584b86df55282aa39b7885 (diff) | |
| download | emacs-954adba5302d8b6ebf95c81f25ab920974733084.tar.gz emacs-954adba5302d8b6ebf95c81f25ab920974733084.zip | |
(Top): Fix the menu due to the last change in custom.texi.
| -rw-r--r-- | man/emacs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index 39416158341..e5a34c7d352 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -908,7 +908,6 @@ Customizing Key Bindings | |||
| 908 | * Init Rebinding:: Rebinding keys with your init file, @file{.emacs}. | 908 | * Init Rebinding:: Rebinding keys with your init file, @file{.emacs}. |
| 909 | * Function Keys:: Rebinding terminal function keys. | 909 | * Function Keys:: Rebinding terminal function keys. |
| 910 | * Named ASCII Chars:: Distinguishing @key{TAB} from @kbd{C-i}, and so on. | 910 | * Named ASCII Chars:: Distinguishing @key{TAB} from @kbd{C-i}, and so on. |
| 911 | * Non-ASCII Rebinding:: Rebinding non-@acronym{ASCII} characters such as Latin-1. | ||
| 912 | * Mouse Buttons:: Rebinding mouse buttons in Emacs. | 911 | * Mouse Buttons:: Rebinding mouse buttons in Emacs. |
| 913 | * Disabling:: Disabling a command means confirmation is required | 912 | * Disabling:: Disabling a command means confirmation is required |
| 914 | before it can be executed. This is done to protect | 913 | before it can be executed. This is done to protect |
| @@ -920,6 +919,7 @@ The Init File, @file{~/.emacs} | |||
| 920 | * Init Examples:: How to do some things with an init file. | 919 | * Init Examples:: How to do some things with an init file. |
| 921 | * Terminal Init:: Each terminal type can have an init file. | 920 | * Terminal Init:: Each terminal type can have an init file. |
| 922 | * Find Init:: How Emacs finds the init file. | 921 | * Find Init:: How Emacs finds the init file. |
| 922 | * Init Non-ASCII:: Using non-@acronym{ASCII} characters in an init file. | ||
| 923 | 923 | ||
| 924 | Dealing with Emacs Trouble | 924 | Dealing with Emacs Trouble |
| 925 | 925 | ||