diff options
| author | Markus Rost | 2002-07-23 16:52:50 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-07-23 16:52:50 +0000 |
| commit | 5ef080214c114873b71d98b482a0acf0468fac07 (patch) | |
| tree | aed0b70f84978335a71d876297c2ec1b8f3d2148 | |
| parent | c85b29f52eba57fcb45003d4248a16ec234b410e (diff) | |
| download | emacs-5ef080214c114873b71d98b482a0acf0468fac07.tar.gz emacs-5ef080214c114873b71d98b482a0acf0468fac07.zip | |
(add-log-current-defun): Fix typo in documentation.
| -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 |