comparison man/custom.texi @ 36632:1bfc2fad762a

(File Variables): Fix a typo. (Non-ASCII Rebinding): Likewise. From Juanma Barranquero <lektu@uol.com.br>.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 07 Mar 2001 16:49:27 +0000
parents 4567e1729217
children e562b27b8afd
comparison
equal deleted inserted replaced
36631:d5345decc9a4 36632:1bfc2fad762a
883 line. The @var{value}s are not evaluated; they are used literally. 883 line. The @var{value}s are not evaluated; they are used literally.
884 Here is an example that specifies Lisp mode and sets two variables with 884 Here is an example that specifies Lisp mode and sets two variables with
885 numeric values: 885 numeric 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
892 specify a value for the ``variable'' named @code{coding}. The ``value'' 892 specify a value for the ``variable'' named @code{coding}. The ``value''
893 must be a coding system name that Emacs recognizes. @xref{Coding 893 must be a coding system name that Emacs recognizes. @xref{Coding
1738 @example 1738 @example
1739 (global-set-key [?@var{char}] 'some-function) 1739 (global-set-key [?@var{char}] 'some-function)
1740 @end example 1740 @end example
1741 1741
1742 @noindent 1742 @noindent
1743 Type @kbd{C-q} followe dby the key you want to bind, to insert @var{char}. 1743 Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}.
1744 1744
1745 If you don't specify the keyboard coding system, that approach won't 1745 If you don't specify the keyboard coding system, that approach won't
1746 work. Instead, you need to find out the actual code that the terminal 1746 work. Instead, you need to find out the actual code that the terminal
1747 sends. The easiest way to do this in Emacs is to create an empty buffer 1747 sends. The easiest way to do this in Emacs is to create an empty buffer
1748 with @kbd{C-x b temp @key{RET}}, make it unibyte with @kbd{M-x 1748 with @kbd{C-x b temp @key{RET}}, make it unibyte with @kbd{M-x