]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix ChangeLog typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 2 May 2012 11:43:14 +0000 (13:43 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 2 May 2012 11:43:14 +0000 (13:43 +0200)
lib-src/ChangeLog
lisp/ChangeLog

index f5715cba44641d981865e67f154b0772b1cad2cc..79c4e0e10cb854ac4b5972bf5a0ac4a673508d5b 100644 (file)
@@ -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>
 
index c264cb6bf267bd778ec2488a8bd26fdb9e18a487..2aa0d9db2079bc20b809445e5643b120f6129786 100644 (file)
@@ -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>
 
        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-disabledallout-just-did-undo):
        State variables for tracking auto-save inhibition situation.
 
        (allout-write-contents-hook-handler): Rename from
        (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>