]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 19 Mar 2001 15:06:59 +0000 (15:06 +0000)
committerDave Love <fx@gnu.org>
Mon, 19 Mar 2001 15:06:59 +0000 (15:06 +0000)
man/cmdargs.texi
man/macos.texi
man/mule.texi
man/windows.texi

index 8a64fea68bf9a52057e5e01f9679859476402bfa..22eb7fe09187dd6b94334a3caf597d71217798a0 100644 (file)
@@ -153,7 +153,8 @@ Run Emacs in @dfn{batch mode}, which means that the text being edited is
 not displayed and the standard terminal interrupt characters such as
 @kbd{C-z} and @kbd{C-c} continue to have their normal effect.  Emacs in
 batch mode outputs to @code{stderr} only what would normally be printed
-in the echo area under program control.
+in the echo area under program control, and functions which would
+normally read from the minibuffer take their input from @code{stdin}.
 
 Batch mode is used for running programs written in Emacs Lisp from
 shell scripts, makefiles, and so on.  Normally the @samp{-l} option
index 66bcbd77ccb1f5b6378063cf8740a8a72c12e56c..141280fdbbe0efffc7a15b69f86c90431b823491 100644 (file)
@@ -97,8 +97,8 @@ is run on the Mac.  It displays characters in the @code{mac-roman}
 coding system using 12-point Monaco.
 
   To insert characters directly in the @code{mac-roman} coding system,
-type @kbd{C-x @key{RET} k mac-roman @key{RET}}, or put this in your
-@file{.emacs} init file:
+type @kbd{C-x @key{RET} k mac-roman @key{RET}}, customize the option
+@code{keyboard-coding-system}, or put this in your init file:
 
 @lisp
 (set-keyboard-coding-system 'mac-roman)
@@ -111,7 +111,7 @@ This is useful for editing documents in native Mac encoding.
 Methods}) or the Mac OS to enter international characters.
 
   To use the former, see the International Character Set Support section
-of the manual.
+of the manual (@pxref{International}).
 
   To use input methods provided by the Mac OS, set the keyboard coding
 system accordingly using the @kbd{C-x @key{RET} k} command
index f47e2cb2a44a7fb4d50428bb77dfacff1008c806..4e96fb0dfe852b2ae7500343848f33f9ccc3dcbc 100644 (file)
@@ -1124,6 +1124,7 @@ Latin-1, you can arrange to display mnemonic @sc{ascii} sequences
 instead, e.g.@: @samp{"o} for o-umlaut.  Load the library
 @file{iso-ascii} to do this.
 
+@vindex latin1-display
   If your terminal can display Latin-1, you can display characters
 from other European character sets using a mixture of equivalent
 Latin-1 characters and @sc{ascii} mnemonics.  Use the Custom option
index 3068dbf6b208cc5d9902b81129d05f1fc1748953..aae9a24de50d4017ca3fabfec46a76d526078da6 100644 (file)
@@ -372,7 +372,7 @@ by customizing the variable @code{winner-mode}.
 @cindex directional window selection
 @findex windmove-right
 @findex windmove-default-keybindings
-  The Windmode commands move directionally between neighbouring windows in
+  The Windmove commands move directionally between neighbouring windows in
 a frame.  @kbd{M-x windmove-right} selects the window immediately to the
 right of the currently selected one, and similarly for the ``left,'' ``up,''
 and ``down'' counterparts.  @kbd{M-x windmove-default-keybindings} binds