diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-07-17 23:07:35 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-07-17 23:07:35 +0000 |
commit | 2ab6bb1432b504a0fbfcbe692740cf38b34d44b8 (patch) | |
tree | 3cb7245ecd5fee6699bca8e57aa27e1fc9b71b13 /lisp/find-file.el | |
parent | 25b80ac1466326706a8570d70aaa6c9e2b4b6038 (diff) | |
download | emacs-2ab6bb1432b504a0fbfcbe692740cf38b34d44b8.tar.gz |
(ff-set-point-accordingly): Doc fix.
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)) |