From 2ab6bb1432b504a0fbfcbe692740cf38b34d44b8 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 17 Jul 1995 23:07:35 +0000 Subject: [PATCH] (ff-set-point-accordingly): Doc fix. --- lisp/find-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2