X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/821b6002127fba1e5b57d39e63eabd0ae189f6af..9c3dbabee3cc8cddce33aaa7622dfb4c11353123:/doc/misc/auth.texi diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 7a2fd9b2e3..fa4be248f3 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi @@ -6,12 +6,12 @@ @setfilename ../../info/auth.info @settitle Emacs auth-source Library @value{VERSION} -@documentencoding UTF-8 +@include docstyle.texi @copying This file describes the Emacs auth-source library. -Copyright @copyright{} 2008--2015 Free Software Foundation, Inc. +Copyright @copyright{} 2008--2016 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -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)