diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/add-log.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01d49c0769a..1ec74883817 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-07-23 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * add-log.el (add-log-current-defun): Fix typo in documentation. | ||
| 4 | |||
| 1 | 2002-07-22 Markus Rost <rost@math.ohio-state.edu> | 5 | 2002-07-22 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 6 | ||
| 3 | * add-log.el (add-log-mailing-address): Fix type. Can be a | 7 | * add-log.el (add-log-mailing-address): Fix type. Can be a |
diff --git a/lisp/add-log.el b/lisp/add-log.el index e4c95de0b62..1c3f70a9b77 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -667,7 +667,7 @@ Other modes are handled by a heuristic that looks in the 10K before | |||
| 667 | point for uppercase headings starting in the first column or | 667 | point for uppercase headings starting in the first column or |
| 668 | identifiers followed by `:' or `='. See variables | 668 | identifiers followed by `:' or `='. See variables |
| 669 | `add-log-current-defun-header-regexp' and | 669 | `add-log-current-defun-header-regexp' and |
| 670 | `add-log-current-defun-function' | 670 | `add-log-current-defun-function'. |
| 671 | 671 | ||
| 672 | Has a preference of looking backwards." | 672 | Has a preference of looking backwards." |
| 673 | (condition-case nil | 673 | (condition-case nil |