aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-17 08:48:54 +0000
committerJuanma Barranquero2007-10-17 08:48:54 +0000
commit6c2ba6b1584e0367ca2868fe385c144fb3c30f19 (patch)
tree05bbea1da6e724a9921ebd8411067497eff736a9
parente080d1308132cda5934ed273d9481e7b187799fe (diff)
downloademacs-6c2ba6b1584e0367ca2868fe385c144fb3c30f19.tar.gz
emacs-6c2ba6b1584e0367ca2868fe385c144fb3c30f19.zip
(Init Non-ASCII): Use "key binding" consistently.
-rw-r--r--man/custom.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi
index d496ab84b19..8ce0ef9f487 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -2504,7 +2504,7 @@ Type @kbd{C-q}, followed by the key you want to bind, to insert @var{char}.
2504 2504
2505 @strong{Warning:} if you change the keyboard encoding, or change 2505 @strong{Warning:} if you change the keyboard encoding, or change
2506between multibyte and unibyte mode, or anything that would alter which 2506between multibyte and unibyte mode, or anything that would alter which
2507code @kbd{C-q} would insert for that character, this keybinding may 2507code @kbd{C-q} would insert for that character, this key binding may
2508stop working. It is therefore advisable to use one and only one 2508stop working. It is therefore advisable to use one and only one
2509coding system, for your init file as well as the files you edit. For 2509coding system, for your init file as well as the files you edit. For
2510example, don't mix the @samp{latin-1} and @samp{latin-9} coding 2510example, don't mix the @samp{latin-1} and @samp{latin-9} coding