1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Spacing and punctuation fixes

This commit is contained in:
Paul Eggert 2015-03-17 16:55:02 -07:00
parent 7ec63a3afa
commit 41278b775b
40 changed files with 69 additions and 69 deletions

View file

@ -111,9 +111,9 @@ You can use spaces inside a password or other token by surrounding the
token with either single or double quotes.
You can use single quotes inside a password or other token by
surrounding it with double quotes, e.g. @code{"he'llo"}. Similarly you
surrounding it with double quotes, e.g., @code{"he'llo"}. Similarly you
can use double quotes inside a password or other token by surrounding
it with single quotes, e.g. @code{'he"llo'}. You can't mix both (so a
it with single quotes, e.g., @code{'he"llo'}. You can't mix both (so a
password or other token can't have both single and double quotes).
All this is optional. You could just say (but we don't recommend it,