]> git.eshelyaron.com Git - emacs.git/commitdiff
Formatting fixes.
authorRomain Francoise <romain@orebokech.com>
Wed, 12 Jul 2006 17:25:38 +0000 (17:25 +0000)
committerRomain Francoise <romain@orebokech.com>
Wed, 12 Jul 2006 17:25:38 +0000 (17:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 27219563639db590bcade01f03dcaca616086594..57a591374ab178beafa7e63d89a32aae3e0e48ef 100644 (file)
@@ -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.
index 0382e6562af44f5e5898ecfb95d42aba4788360d..d45831da762d7dd5b988198dbb79fea45ad086b2 100644 (file)
 
 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.