# HG changeset patch # User Juanma Barranquero # Date 1118938140 0 # Node ID 185136bab53fb6507ebb438c2895be118ac0a631 # Parent da31b0c1effefb8ddf60456bc466a36917dab24d (ff-search-directories, ff-special-constructs, ff-find-other-file): Fix spelling in docstrings. diff -r da31b0c1effe -r 185136bab53f lisp/find-file.el --- a/lisp/find-file.el Thu Jun 16 16:08:03 2005 +0000 +++ b/lisp/find-file.el Thu Jun 16 16:09:00 2005 +0000 @@ -191,7 +191,7 @@ (setq fname (buffer-substring (match-beginning 2) (match-end 2))))) ) "*A list of regular expressions for `ff-find-file'. -Specifies how to recognise special constructs such as include files +Specifies how to recognize special constructs such as include files etc. and an associated method for extracting the filename from that construct.") @@ -215,7 +215,7 @@ This list is searched through with each extension specified in `ff-other-file-alist' that matches this file's extension. So the -longer the list, the longer it'll take to realise that a file +longer the list, the longer it'll take to realize that a file may not exist. A typical format is @@ -340,7 +340,7 @@ If non-nil, traces which directories are being searched. - `ff-special-constructs' - A list of regular expressions specifying how to recognise special + A list of regular expressions specifying how to recognize special constructs such as include files etc, and an associated method for extracting the filename from that construct.