diff options
| author | Eli Zaretskii | 2001-03-07 16:49:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-07 16:49:27 +0000 |
| commit | 6a9a44bffc558abdde40f623c76992d2dfbc8a9c (patch) | |
| tree | 1f23b18753ff3e5f1998877575fe6305b5910428 | |
| parent | bffd712e4a5622d6e4dff5a95b7e8ab0cb1cd065 (diff) | |
| download | emacs-6a9a44bffc558abdde40f623c76992d2dfbc8a9c.tar.gz emacs-6a9a44bffc558abdde40f623c76992d2dfbc8a9c.zip | |
(File Variables): Fix a typo.
(Non-ASCII Rebinding): Likewise.
From Juanma Barranquero <lektu@uol.com.br>.
| -rw-r--r-- | man/custom.texi | 4 |
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 | |||
| 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 |
| @@ -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 |
| 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 |