diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-07-23 16:52:50 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-07-23 16:52:50 +0000 |
commit | 5ef080214c114873b71d98b482a0acf0468fac07 (patch) | |
tree | aed0b70f84978335a71d876297c2ec1b8f3d2148 /lisp/add-log.el | |
parent | c85b29f52eba57fcb45003d4248a16ec234b410e (diff) | |
download | emacs-5ef080214c114873b71d98b482a0acf0468fac07.tar.gz |
(add-log-current-defun): Fix typo in documentation.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r-- | lisp/add-log.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 point for uppercase headings starting in the first column or identifiers followed by `:' or `='. See variables `add-log-current-defun-header-regexp' and -`add-log-current-defun-function' +`add-log-current-defun-function'. Has a preference of looking backwards." (condition-case nil |