changeset 12567:7318536fb256

(ff-set-point-accordingly): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 17 Jul 1995 23:07:35 +0000
parents 844b502ac6d0
children 94ee086557db
files lisp/find-file.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/find-file.el	Mon Jul 17 23:04:30 1995 +0000
+++ b/lisp/find-file.el	Mon Jul 17 23:07:35 1995 +0000
@@ -906,7 +906,7 @@
 ;;
 (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))