From 6a9a44bffc558abdde40f623c76992d2dfbc8a9c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Mar 2001 16:49:27 +0000 Subject: [PATCH] (File Variables): Fix a typo. (Non-ASCII Rebinding): Likewise. From Juanma Barranquero . --- man/custom.texi | 4 ++-- 1 file 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 numeric values: @smallexample -;; -*-mode: Lisp; fill-column: 75; comment-column: 50; -*- +;; -*- mode: Lisp; fill-column: 75; comment-column: 50; -*- @end smallexample 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: @end example @noindent -Type @kbd{C-q} followe dby the key you want to bind, to insert @var{char}. +Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}. If you don't specify the keyboard coding system, that approach won't work. Instead, you need to find out the actual code that the terminal -- 2.39.5