aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-11-15 16:59:38 +0000
committerJuanma Barranquero <[email protected]>2007-11-15 16:59:38 +0000
commitec5741dc7fcfd96ac1b9d4dc3759fce214e685f4 (patch)
treecccc1144d4d529a4d83c6356d91c9d82eb3e9301 /lisp
parente9346447845acac2324cf52901d52895403b1121 (diff)
(nnimap-split-download-body): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/nnimap.el2
3 files changed, 17 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 82c3b38191..474216b6a2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2007-11-15 Juanma Barranquero <[email protected]>
+
+ * ediff-wind.el (ediff-window-setup-function):
+ * simple.el (normal-erase-is-backspace):
+ * eshell/em-unix.el (eshell/info):
+ * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
+ Fix typos in docstrings.
+
+ * emulation/cua-base.el (cua--keymaps-initialized):
+ Rename from `cua--keymaps-initalized'. Callers changed.
+ (cua-highlight-region-shift-only): Doc fix.
+ (cua-paste-pop): Fix typo in docstring.
+
2007-11-15 Stefan Monnier <[email protected]>
* emulation/cua-base.el (cua--pre-command-handler-1):
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index b3210f8149..5254d6a3fd 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,7 +1,8 @@
2007-11-15 Juanma Barranquero <[email protected]>
+ * nnimap.el (nnimap-split-download-body):
* gnus-demon.el (gnus-demon):
- * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstring.
+ * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2007-11-05 Reiner Steib <[email protected]>
@@ -10369,7 +10370,7 @@
(gnus-agent-load-local,gnus-agent-read-and-cache-local),
(gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
(gnus-agent-set-local): A per-server file that keeps min/max range
- limits for articles known to the agent. Provides a fast mechanism
+ limits for articles known to the agent. Provides a fast mechanism
for altering many active ranges.
(gnus-agent-expire-group,gnus-agent-expire): No longer save the
active file (local makes it unnecessary).
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 28938e4c0a..9b0fab7046 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -208,7 +208,7 @@ This is generally not required, and will slow things down considerably.
You may need it if you want to use an advanced splitting function that
analyzes the body before splitting the article.
If this variable is nil, bodies will not be downloaded; if this
-variable is the symbol `default' the default behaviour is
+variable is the symbol `default' the default behavior is
used (which currently is nil, unless you use a statistical
spam.el test); if this variable is another non-nil value bodies
will be downloaded."