Mercurial > emacs
changeset 71860:a6235c53244d
Formatting fixes.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Wed, 12 Jul 2006 17:25:38 +0000 |
parents | d618d4682d16 |
children | 425f3d352dfb |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <bob@rattlesnake.com> - * 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.
--- 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 <storm@cua.dk> - * 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.