summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-03-31 09:04:57 +0000
committerEli Zaretskii <eliz@gnu.org>2007-03-31 09:04:57 +0000
commit954adba5302d8b6ebf95c81f25ab920974733084 (patch)
tree63bee74a63e5ccd1cb2cfb0c726eec12ec3ca2c6
parentbd8abbc4395b221657584b86df55282aa39b7885 (diff)
downloademacs-954adba5302d8b6ebf95c81f25ab920974733084.tar.gz
(Top): Fix the menu due to the last change in custom.texi.
-rw-r--r--man/emacs.texi2
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
* Init Rebinding:: Rebinding keys with your init file, @file{.emacs}.
* Function Keys:: Rebinding terminal function keys.
* Named ASCII Chars:: Distinguishing @key{TAB} from @kbd{C-i}, and so on.
-* Non-ASCII Rebinding:: Rebinding non-@acronym{ASCII} characters such as Latin-1.
* Mouse Buttons:: Rebinding mouse buttons in Emacs.
* Disabling:: Disabling a command means confirmation is required
before it can be executed. This is done to protect
@@ -920,6 +919,7 @@ The Init File, @file{~/.emacs}
* Init Examples:: How to do some things with an init file.
* Terminal Init:: Each terminal type can have an init file.
* Find Init:: How Emacs finds the init file.
+* Init Non-ASCII:: Using non-@acronym{ASCII} characters in an init file.
Dealing with Emacs Trouble