diff options
Diffstat (limited to 'lisp')
| -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'." | |||
| 906 | ;; | 906 | ;; |
| 907 | (defun ff-set-point-accordingly () | 907 | (defun ff-set-point-accordingly () |
| 908 | "Find the function specified in `ff-function-name'. | 908 | "Find the function specified in `ff-function-name'. |
| 909 | That name was previously etermined by `ff-which-function-are-we-in'." | 909 | That name was previously determined by `ff-which-function-are-we-in'." |
| 910 | (if ff-function-name | 910 | (if ff-function-name |
| 911 | (progn | 911 | (progn |
| 912 | (goto-char (point-min)) | 912 | (goto-char (point-min)) |