From: Karl Heuer Date: Mon, 17 Jul 1995 23:07:35 +0000 (+0000) Subject: (ff-set-point-accordingly): Doc fix. X-Git-Tag: emacs-19.34~3292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ab6bb1432b504a0fbfcbe692740cf38b34d44b8;p=emacs.git (ff-set-point-accordingly): Doc fix. --- diff --git a/lisp/find-file.el b/lisp/find-file.el index 14a3c045707..fe255f9ea96 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el @@ -906,7 +906,7 @@ Also remember that name in `ff-function-name'." ;; (defun ff-set-point-accordingly () "Find the function specified in `ff-function-name'. -That name was previously etermined by `ff-which-function-are-we-in'." +That name was previously determined by `ff-which-function-are-we-in'." (if ff-function-name (progn (goto-char (point-min))