diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 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. |