diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-02-21 20:00:16 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-02-21 20:01:05 -0800 |
commit | 14b4e657e2fd647153b336c61a220acedda8454c (patch) | |
tree | 47791e6fdda122dfa30768827da6151906c2350e /doc/misc/auth.texi | |
parent | 1cb34285463d2b9050a031a7f9a53d376de5b489 (diff) | |
download | emacs-14b4e657e2fd647153b336c61a220acedda8454c.tar.gz emacs-14b4e657e2fd647153b336c61a220acedda8454c.tar.bz2 emacs-14b4e657e2fd647153b336c61a220acedda8454c.zip |
Spelling fixes
* lisp/cedet/semantic/doc.el (semantic-documentation-comment-preceding-tag):
Rename from semantic-documentation-comment-preceeding-tag. All
uses changed. Leave an obsolete alias behind.
* src/lisp.h (DEFINE_NON_NIL_Q_SYMBOL_MACROS):
Rename from DEFINE_NONNIL_Q_SYMBOL_MACROS. All uses changed.
Diffstat (limited to 'doc/misc/auth.texi')
-rw-r--r-- | doc/misc/auth.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 7c0254a9a3a..8dbde4d5ea0 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi @@ -247,8 +247,8 @@ names: Your netrc entries will then be: @example -machine gmail login account@@gmail.com password "accountpassword" port imap -machine gmail2 login account2@@gmail.com password "account2password" port imap +machine gmail login account@@gmail.com password "account password" port imap +machine gmail2 login account2@@gmail.com password "account2 password" port imap @end example @node Secret Service API |