aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/custom.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 7b54c956d30..159a1ef6a66 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -885,7 +885,7 @@ Here is an example that specifies Lisp mode and sets two variables with
885numeric values: 885numeric values:
886 886
887@smallexample 887@smallexample
888;; -*-mode: Lisp; fill-column: 75; comment-column: 50; -*- 888;; -*- mode: Lisp; fill-column: 75; comment-column: 50; -*-
889@end smallexample 889@end smallexample
890 890
891 You can also specify the coding system for a file in this way: just 891 You can also specify the coding system for a file in this way: just
@@ -1740,7 +1740,7 @@ Events,,,elisp, The Emacs Lisp Reference Manual}.}, like this:
1740@end example 1740@end example
1741 1741
1742@noindent 1742@noindent
1743Type @kbd{C-q} followe dby the key you want to bind, to insert @var{char}. 1743Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}.
1744 1744
1745If you don't specify the keyboard coding system, that approach won't 1745If you don't specify the keyboard coding system, that approach won't
1746work. Instead, you need to find out the actual code that the terminal 1746work. Instead, you need to find out the actual code that the terminal