comparison lisp/add-log.el @ 46637:f0f715e7aabc

(add-log-current-defun): Fix typo in documentation.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 23 Jul 2002 16:52:35 +0000
parents ac754a11b012
children 4944e0ddf992
comparison
equal deleted inserted replaced
46636:fcf11398481a 46637:f0f715e7aabc
665 665
666 Other modes are handled by a heuristic that looks in the 10K before 666 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
674 (save-excursion 674 (save-excursion
675 (let ((location (point))) 675 (let ((location (point)))