Clarify handling of long options (Bug#24949)
* doc/emacs/cmdargs.texi (Emacs Invocation): Note that space can be used instead of "=" only if an option requires an argument.
This commit is contained in:
parent
04340a8e2f
commit
3b86e0b812
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ corresponding long form.
|
|||
|
||||
The long forms with @samp{--} are easier to remember, but longer to
|
||||
type. However, you don't have to spell out the whole option name; any
|
||||
unambiguous abbreviation is enough. When a long option takes an
|
||||
unambiguous abbreviation is enough. When a long option requires an
|
||||
argument, you can use either a space or an equal sign to separate the
|
||||
option name and the argument. Thus, for the option @samp{--display},
|
||||
you can write either @samp{--display sugar-bombs:0.0} or
|
||||
|
|
Loading…
Add table
Reference in a new issue