diff options
Diffstat (limited to 'lisp/find-file.el')
-rw-r--r-- | lisp/find-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |