diff options
| author | Romain Francoise | 2006-07-12 17:25:38 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-07-12 17:25:38 +0000 |
| commit | 68ade564b27d51b4a73f2d557ecd17c987ace899 (patch) | |
| tree | 9cd460f8b3fa48b9cb4be3319423b0699ffeb80e | |
| parent | 2c6e026af76cd26af019d07fa57a6f0668c965fc (diff) | |
| download | emacs-68ade564b27d51b4a73f2d557ecd17c987ace899.tar.gz emacs-68ade564b27d51b4a73f2d557ecd17c987ace899.zip | |
Formatting fixes.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27219563639..57a591374ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | If can't find definition, return nil for position. | 11 | If can't find definition, return nil for position. |
| 12 | (find-function-do-it): Handle new return value | 12 | (find-function-do-it): Handle new return value |
| 13 | of find-definition-noselect. | 13 | of find-definition-noselect. |
| 14 | (find-definition-noselect, find-variable-noselect): Doc fix. | 14 | (find-definition-noselect, find-variable-noselect): Doc fix. |
| 15 | (find-function-noselect): Doc fix. | 15 | (find-function-noselect): Doc fix. |
| 16 | 16 | ||
| 17 | * help-mode.el (help-variable-def): Handle find-variable-noselect | 17 | * help-mode.el (help-variable-def): Handle find-variable-noselect |
| @@ -62,7 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | 2006-07-11 Robert J. Chassell <bob@rattlesnake.com> | 63 | 2006-07-11 Robert J. Chassell <bob@rattlesnake.com> |
| 64 | 64 | ||
| 65 | * textmodes/texinfmt.el: (texinfo-format-separate-node): | 65 | * textmodes/texinfmt.el (texinfo-format-separate-node): |
| 66 | Insert a string before point, which fits documentation, not after. | 66 | Insert a string before point, which fits documentation, not after. |
| 67 | (texinfo-multitable-item): In a multitable row, insert any | 67 | (texinfo-multitable-item): In a multitable row, insert any |
| 68 | additional needed @tabs and spaces. | 68 | additional needed @tabs and spaces. |
diff --git a/src/ChangeLog b/src/ChangeLog index 0382e6562af..d45831da762 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -113,7 +113,7 @@ | |||
| 113 | 113 | ||
| 114 | 2006-07-11 Kim F. Storm <storm@cua.dk> | 114 | 2006-07-11 Kim F. Storm <storm@cua.dk> |
| 115 | 115 | ||
| 116 | * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when | 116 | * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when |
| 117 | input is available. Fix test for redisplay_dont_pause non-nil. | 117 | input is available. Fix test for redisplay_dont_pause non-nil. |
| 118 | Specbind redisplay-dont-pause to t if FORCE non-nil. | 118 | Specbind redisplay-dont-pause to t if FORCE non-nil. |
| 119 | 119 | ||