# HG changeset patch # User Romain Francoise # Date 1152725138 0 # Node ID a6235c53244d205fc501501ebe2505d16b625451 # Parent d618d4682d1625a6f576042cb965fbe7846f4458 Formatting fixes. diff -r d618d4682d16 -r a6235c53244d lisp/ChangeLog --- a/lisp/ChangeLog Wed Jul 12 16:10:39 2006 +0000 +++ b/lisp/ChangeLog Wed Jul 12 17:25:38 2006 +0000 @@ -11,7 +11,7 @@ If can't find definition, return nil for position. (find-function-do-it): Handle new return value of find-definition-noselect. - (find-definition-noselect, find-variable-noselect): Doc fix. + (find-definition-noselect, find-variable-noselect): Doc fix. (find-function-noselect): Doc fix. * help-mode.el (help-variable-def): Handle find-variable-noselect @@ -62,7 +62,7 @@ 2006-07-11 Robert J. Chassell - * textmodes/texinfmt.el: (texinfo-format-separate-node): + * textmodes/texinfmt.el (texinfo-format-separate-node): Insert a string before point, which fits documentation, not after. (texinfo-multitable-item): In a multitable row, insert any additional needed @tabs and spaces. diff -r d618d4682d16 -r a6235c53244d src/ChangeLog --- a/src/ChangeLog Wed Jul 12 16:10:39 2006 +0000 +++ b/src/ChangeLog Wed Jul 12 17:25:38 2006 +0000 @@ -113,7 +113,7 @@ 2006-07-11 Kim F. Storm - * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when + * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when input is available. Fix test for redisplay_dont_pause non-nil. Specbind redisplay-dont-pause to t if FORCE non-nil.