Skip to content

Commit 3b86e0b

Browse files
committed
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.
1 parent 04340a8 commit 3b86e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/emacs/cmdargs.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ corresponding long form.
3939

4040
The long forms with @samp{--} are easier to remember, but longer to
4141
type. However, you don't have to spell out the whole option name; any
42-
unambiguous abbreviation is enough. When a long option takes an
42+
unambiguous abbreviation is enough. When a long option requires an
4343
argument, you can use either a space or an equal sign to separate the
4444
option name and the argument. Thus, for the option @samp{--display},
4545
you can write either @samp{--display sugar-bombs:0.0} or

0 commit comments

Comments
 (0)