aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/find-file.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-07-17 23:07:35 +0000
committerKarl Heuer <[email protected]>1995-07-17 23:07:35 +0000
commit2ab6bb1432b504a0fbfcbe692740cf38b34d44b8 (patch)
tree3cb7245ecd5fee6699bca8e57aa27e1fc9b71b13 /lisp/find-file.el
parent25b80ac1466326706a8570d70aaa6c9e2b4b6038 (diff)
(ff-set-point-accordingly): Doc fix.
Diffstat (limited to 'lisp/find-file.el')
-rw-r--r--lisp/find-file.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-file.el b/lisp/find-file.el
index 14a3c04570..fe255f9ea9 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))