summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-05-02 13:43:14 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-05-02 13:43:14 +0200
commit5d3385a0ebc280b07c3432ae066d001417d882fc (patch)
treea98b80a6e14810eb85dc39d855a0bc3d3a2f0ba5
parent55a714795dbd59a16608d2b565e12fec5b5ba130 (diff)
downloademacs-5d3385a0ebc280b07c3432ae066d001417d882fc.tar.gz
emacs-5d3385a0ebc280b07c3432ae066d001417d882fc.tar.bz2
emacs-5d3385a0ebc280b07c3432ae066d001417d882fc.zip
Fix ChangeLog typos.
-rw-r--r--lib-src/ChangeLog2
-rw-r--r--lisp/ChangeLog14
2 files changed, 8 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f5715cba446..79c4e0e10cb 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -16,7 +16,7 @@
* emacsclient.c (decode_options): Move -t -n corner case handling
into server.el (Bug#11102).
- (main): Send -tty to Emacs under more circumstanced (Bug#8314).
+ (main): Send -tty to Emacs under more circumstances (Bug#8314).
2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c264cb6bf26..2aa0d9db207 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,8 +11,8 @@
(allout-structure-deleted-functions)
(allout-structure-shifted-functions): Rename abnormal hooks from
*-hook, and convert to defcustoms.
- (allout-after-copy-or-kill-hook, allout-post-undo-hook): Convert
- to defcustoms.
+ (allout-after-copy-or-kill-hook, allout-post-undo-hook):
+ Convert to defcustoms.
(allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
* allout-widgets.el: Hook callers changed.
@@ -25,8 +25,8 @@
2012-05-02 Martin Rudalics <rudalics@gmx.at>
- * window.el (display-buffer--action-function-custom-type): Fix
- entry.
+ * window.el (display-buffer--action-function-custom-type):
+ Fix entry.
2012-05-02 Alan Mackenzie <acm@muc.de>
@@ -8254,7 +8254,7 @@
insecure exception for current topic. Also note that auto-saves
are handled differently.
- (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
+ (allout-auto-save-temporarily-disabled, allout-just-did-undo):
State variables for tracking auto-save inhibition situation.
(allout-write-contents-hook-handler): Rename from
@@ -10701,8 +10701,8 @@
(newsticker--plainview-tool-bar-map): Move tool-bar icons to
etc/images/newsticker.
- * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
- (newsticker--process-auto-mark-filter-match): : Tell user about
+ * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
+ (newsticker--process-auto-mark-filter-match): Tell user about
auto-marking.
2011-05-13 Didier Verna <didier@xemacs.org>