aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-07-23 16:52:50 +0000
committerMarkus Rost2002-07-23 16:52:50 +0000
commit5ef080214c114873b71d98b482a0acf0468fac07 (patch)
treeaed0b70f84978335a71d876297c2ec1b8f3d2148
parentc85b29f52eba57fcb45003d4248a16ec234b410e (diff)
downloademacs-5ef080214c114873b71d98b482a0acf0468fac07.tar.gz
emacs-5ef080214c114873b71d98b482a0acf0468fac07.zip
(add-log-current-defun): Fix typo in documentation.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/add-log.el2
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 @@
12002-07-23 Markus Rost <rost@math.ohio-state.edu>
2
3 * add-log.el (add-log-current-defun): Fix typo in documentation.
4
12002-07-22 Markus Rost <rost@math.ohio-state.edu> 52002-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
667point for uppercase headings starting in the first column or 667point for uppercase headings starting in the first column or
668identifiers followed by `:' or `='. See variables 668identifiers 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
672Has a preference of looking backwards." 672Has a preference of looking backwards."
673 (condition-case nil 673 (condition-case nil