aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2015-02-21 20:00:16 -0800
committerPaul Eggert2015-02-21 20:01:05 -0800
commit14b4e657e2fd647153b336c61a220acedda8454c (patch)
tree47791e6fdda122dfa30768827da6151906c2350e /doc
parent1cb34285463d2b9050a031a7f9a53d376de5b489 (diff)
downloademacs-14b4e657e2fd647153b336c61a220acedda8454c.tar.gz
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')
-rw-r--r--doc/misc/auth.texi4
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:
247Your netrc entries will then be: 247Your netrc entries will then be:
248 248
249@example 249@example
250machine gmail login account@@gmail.com password "accountpassword" port imap 250machine gmail login account@@gmail.com password "account password" port imap
251machine gmail2 login account2@@gmail.com password "account2password" port imap 251machine gmail2 login account2@@gmail.com password "account2 password" port imap
252@end example 252@end example
253 253
254@node Secret Service API 254@node Secret Service API