diff options
| author | Juri Linkov | 2005-03-05 04:40:18 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-03-05 04:40:18 +0000 |
| commit | 2b4938c7de6c3d2bdc7b99e6a562f1c66733381d (patch) | |
| tree | c89cddad1979f753dbf470bea5fb1d779a79c4a7 | |
| parent | 49ca717b682f82e34b1e6f6e751fc0ab6cbb110c (diff) | |
| download | emacs-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.texi | 8 |
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 |
| 14 | when invoking Emacs. These are for compatibility with other editors and | 15 | when 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 |
| 1213 | Specify @var{pixels} as additional space to put between lines, in pixels. | 1214 | Specify @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 | ||
| 1221 | Disable 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 |