summaryrefslogtreecommitdiff
path: root/doc/misc/auth.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-04-11 07:47:25 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-04-11 07:48:21 -0700
commit279558f472246dd19864f4175cb1d6061bc1ed92 (patch)
tree1206fa105e58d28ba7e9d107cb1968d8391b241f /doc/misc/auth.texi
parent7c7b96eba0599d94ebf93032beb928cf2c043845 (diff)
downloademacs-279558f472246dd19864f4175cb1d6061bc1ed92.tar.gz
Minor quoting etc. fixes to misc manuals
Fix some minor quoting and spacing issues. Distinguish more clearly among grave accent and apostrophe (which are ASCII) and single quote (which is not). Prefer the standard terms "apostrophe" and "grave accent" to alternative names that can be confusing. Use apostrophes to single-quote ASCII text. * doc/misc/remember.texi: Spell the mystic's pseudonym in UTF-8 rather than approximating it in ASCII with grave accent.
Diffstat (limited to 'doc/misc/auth.texi')
-rw-r--r--doc/misc/auth.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 7a2fd9b2e35..177f7ccada0 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -110,11 +110,11 @@ The @code{user} is the user name. It's known as @var{:user} in
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
+You can use apostrophes inside a password or other token by
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
-password or other token can't have both single and double quotes).
+it with apostrophes, e.g., @code{'he"llo'}. You can't mix both (so a
+password or other token can't have both apostrophes and double quotes).
All this is optional. You could just say (but we don't recommend it,
we're just showing that it's possible)