aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 18:56:08 -0800
committerPaul Eggert2014-01-04 18:56:08 -0800
commitda5ecfa9b951691fc8bbf17f24fc8626216a706b (patch)
tree578d41e67060235d3de230b39c9326d683d77014 /lisp/gnus
parent5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff)
downloademacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz
emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/pop3.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el
index abef3981764..1c6636a3065 100644
--- a/lisp/gnus/pop3.el
+++ b/lisp/gnus/pop3.el
@@ -107,7 +107,7 @@ days since you first checked new mails. If this is nil, mails will be
107deleted on the server right after fetching. 107deleted on the server right after fetching.
108 108
109Gnus users should use the `:leave' keyword in a mail source to direct 109Gnus users should use the `:leave' keyword in a mail source to direct
110the behaviour per server, rather than directly modifying this value. 110the behavior per server, rather than directly modifying this value.
111 111
112Note that POP servers maintain no state information between sessions, 112Note that POP servers maintain no state information between sessions,
113so what the client believes is there and what is actually there may 113so what the client believes is there and what is actually there may