]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fixes.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Nov 2011 19:22:57 +0000 (15:22 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Nov 2011 19:22:57 +0000 (15:22 -0400)
doc/misc/ChangeLog
lisp/ChangeLog

index ddad0b45106ffa64cf28e9522ff8a41c30f41f6c..029406e2d30da1d801dd2b1652fb6702d7aae7ee 100644 (file)
@@ -10,9 +10,8 @@
        "Macros with ;".
        (Macros with ;): New page.
 
-       * progmodes/cc-mode.texi (Movement Commands): Document
-       `c-defun-tactic'.  Document the new handling of nested scopes for
-       movement by defuns.
+       * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
+       Document the new handling of nested scopes for movement by defuns.
 
 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
 
index 7be6e030593de2a06e3c53018dd8bfc4d73c62c2..ad381e67cf873506b67c927824e97e4cc5c732d5 100644 (file)
        Fix bug #9560, sporadic wrong indentation; improve instrumentation
        of c-parse-state.
 
-       * cc-engine.el (c-append-lower-brace-pair-to-state-cache):
+       * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
        correct faulty logical expression.
        (c-parse-state-state, c-record-parse-state-state):
        (c-replay-parse-state-state): New defvar/defuns.