aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-03-05 04:40:18 +0000
committerJuri Linkov2005-03-05 04:40:18 +0000
commit2b4938c7de6c3d2bdc7b99e6a562f1c66733381d (patch)
treec89cddad1979f753dbf470bea5fb1d779a79c4a7
parent49ca717b682f82e34b1e6f6e751fc0ab6cbb110c (diff)
downloademacs-2b4938c7de6c3d2bdc7b99e6a562f1c66733381d.tar.gz
emacs-2b4938c7de6c3d2bdc7b99e6a562f1c66733381d.zip
(Emacs Invocation): Add cindex "invocation (command line arguments)"
(Misc X): Add -nbc, --no-blinking-cursor.
-rw-r--r--man/cmdargs.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index a8b34e4095d..15ffa5c778b 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -9,6 +9,7 @@
9@cindex options (command line) 9@cindex options (command line)
10@cindex switches (command line) 10@cindex switches (command line)
11@cindex startup (command line arguments) 11@cindex startup (command line arguments)
12@cindex invocation (command line arguments)
12 13
13 GNU Emacs supports command line arguments to request various actions 14 GNU Emacs supports command line arguments to request various actions
14when invoking Emacs. These are for compatibility with other editors and 15when invoking Emacs. These are for compatibility with other editors and
@@ -1211,6 +1212,13 @@ Enable vertical scroll bars.
1211@opindex --line-spacing 1212@opindex --line-spacing
1212@cindex line spacing, command-line argument 1213@cindex line spacing, command-line argument
1213Specify @var{pixels} as additional space to put between lines, in pixels. 1214Specify @var{pixels} as additional space to put between lines, in pixels.
1215
1216@item -nbc
1217@opindex -nbc
1218@itemx --no-blinking-cursor
1219@opindex --no-blinking-cursor
1220@cindex blinking cursor disable, command-line argument
1221Disable the blinking cursor on graphical terminals.
1214@end table 1222@end table
1215 1223
1216 The @samp{--xrm} option (@pxref{Resources}) specifies additional 1224 The @samp{--xrm} option (@pxref{Resources}) specifies additional