diff options
| author | Dave Love | 2001-03-19 15:06:59 +0000 |
|---|---|---|
| committer | Dave Love | 2001-03-19 15:06:59 +0000 |
| commit | 741c4ff93fc9fe51516ea730996b6021cf84fb7f (patch) | |
| tree | 6026c06a54722ce00e003be9cd5d2e2ef7958539 | |
| parent | 9daa0aa04d165920a0ab65affbda032638714335 (diff) | |
| download | emacs-741c4ff93fc9fe51516ea730996b6021cf84fb7f.tar.gz emacs-741c4ff93fc9fe51516ea730996b6021cf84fb7f.zip | |
*** empty log message ***
| -rw-r--r-- | man/cmdargs.texi | 3 | ||||
| -rw-r--r-- | man/macos.texi | 6 | ||||
| -rw-r--r-- | man/mule.texi | 1 | ||||
| -rw-r--r-- | man/windows.texi | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 8a64fea68bf..22eb7fe0918 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -153,7 +153,8 @@ Run Emacs in @dfn{batch mode}, which means that the text being edited is | |||
| 153 | not displayed and the standard terminal interrupt characters such as | 153 | not displayed and the standard terminal interrupt characters such as |
| 154 | @kbd{C-z} and @kbd{C-c} continue to have their normal effect. Emacs in | 154 | @kbd{C-z} and @kbd{C-c} continue to have their normal effect. Emacs in |
| 155 | batch mode outputs to @code{stderr} only what would normally be printed | 155 | batch mode outputs to @code{stderr} only what would normally be printed |
| 156 | in the echo area under program control. | 156 | in the echo area under program control, and functions which would |
| 157 | normally read from the minibuffer take their input from @code{stdin}. | ||
| 157 | 158 | ||
| 158 | Batch mode is used for running programs written in Emacs Lisp from | 159 | Batch mode is used for running programs written in Emacs Lisp from |
| 159 | shell scripts, makefiles, and so on. Normally the @samp{-l} option | 160 | shell scripts, makefiles, and so on. Normally the @samp{-l} option |
diff --git a/man/macos.texi b/man/macos.texi index 66bcbd77ccb..141280fdbbe 100644 --- a/man/macos.texi +++ b/man/macos.texi | |||
| @@ -97,8 +97,8 @@ is run on the Mac. It displays characters in the @code{mac-roman} | |||
| 97 | coding system using 12-point Monaco. | 97 | coding system using 12-point Monaco. |
| 98 | 98 | ||
| 99 | To insert characters directly in the @code{mac-roman} coding system, | 99 | To insert characters directly in the @code{mac-roman} coding system, |
| 100 | type @kbd{C-x @key{RET} k mac-roman @key{RET}}, or put this in your | 100 | type @kbd{C-x @key{RET} k mac-roman @key{RET}}, customize the option |
| 101 | @file{.emacs} init file: | 101 | @code{keyboard-coding-system}, or put this in your init file: |
| 102 | 102 | ||
| 103 | @lisp | 103 | @lisp |
| 104 | (set-keyboard-coding-system 'mac-roman) | 104 | (set-keyboard-coding-system 'mac-roman) |
| @@ -111,7 +111,7 @@ This is useful for editing documents in native Mac encoding. | |||
| 111 | Methods}) or the Mac OS to enter international characters. | 111 | Methods}) or the Mac OS to enter international characters. |
| 112 | 112 | ||
| 113 | To use the former, see the International Character Set Support section | 113 | To use the former, see the International Character Set Support section |
| 114 | of the manual. | 114 | of the manual (@pxref{International}). |
| 115 | 115 | ||
| 116 | To use input methods provided by the Mac OS, set the keyboard coding | 116 | To use input methods provided by the Mac OS, set the keyboard coding |
| 117 | system accordingly using the @kbd{C-x @key{RET} k} command | 117 | system accordingly using the @kbd{C-x @key{RET} k} command |
diff --git a/man/mule.texi b/man/mule.texi index f47e2cb2a44..4e96fb0dfe8 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -1124,6 +1124,7 @@ Latin-1, you can arrange to display mnemonic @sc{ascii} sequences | |||
| 1124 | instead, e.g.@: @samp{"o} for o-umlaut. Load the library | 1124 | instead, e.g.@: @samp{"o} for o-umlaut. Load the library |
| 1125 | @file{iso-ascii} to do this. | 1125 | @file{iso-ascii} to do this. |
| 1126 | 1126 | ||
| 1127 | @vindex latin1-display | ||
| 1127 | If your terminal can display Latin-1, you can display characters | 1128 | If your terminal can display Latin-1, you can display characters |
| 1128 | from other European character sets using a mixture of equivalent | 1129 | from other European character sets using a mixture of equivalent |
| 1129 | Latin-1 characters and @sc{ascii} mnemonics. Use the Custom option | 1130 | Latin-1 characters and @sc{ascii} mnemonics. Use the Custom option |
diff --git a/man/windows.texi b/man/windows.texi index 3068dbf6b20..aae9a24de50 100644 --- a/man/windows.texi +++ b/man/windows.texi | |||
| @@ -372,7 +372,7 @@ by customizing the variable @code{winner-mode}. | |||
| 372 | @cindex directional window selection | 372 | @cindex directional window selection |
| 373 | @findex windmove-right | 373 | @findex windmove-right |
| 374 | @findex windmove-default-keybindings | 374 | @findex windmove-default-keybindings |
| 375 | The Windmode commands move directionally between neighbouring windows in | 375 | The Windmove commands move directionally between neighbouring windows in |
| 376 | a frame. @kbd{M-x windmove-right} selects the window immediately to the | 376 | a frame. @kbd{M-x windmove-right} selects the window immediately to the |
| 377 | right of the currently selected one, and similarly for the ``left,'' ``up,'' | 377 | right of the currently selected one, and similarly for the ``left,'' ``up,'' |
| 378 | and ``down'' counterparts. @kbd{M-x windmove-default-keybindings} binds | 378 | and ``down'' counterparts. @kbd{M-x windmove-default-keybindings} binds |