mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Spelling fixes.
This commit is contained in:
parent
7fb18e9ef9
commit
e1dbe924b5
159 changed files with 291 additions and 304 deletions
|
|
@ -111,7 +111,7 @@ WinMain (HINSTANCE hSelf, HINSTANCE hPrev, LPSTR cmdline, int nShow)
|
|||
#endif
|
||||
|
||||
/* Append original arguments if any; first look for arguments we
|
||||
recognise (-wait, -high, and -low), and apply them ourselves. */
|
||||
recognize (-wait, -high, and -low), and apply them ourselves. */
|
||||
while (cmdline[0] == '-' || cmdline[0] == '/')
|
||||
{
|
||||
if (strncmp (cmdline+1, "wait", 4) == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue