aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-16 16:09:00 +0000
committerJuanma Barranquero2005-06-16 16:09:00 +0000
commitdff4ac99b6dc456486550a5df0aac7471d228f98 (patch)
tree82589f8eb5fe8b172e6c4a7b18e00eb8f84870d9
parent71bf3033a0fd717d304a21009235441f7292c7d7 (diff)
downloademacs-dff4ac99b6dc456486550a5df0aac7471d228f98.tar.gz
emacs-dff4ac99b6dc456486550a5df0aac7471d228f98.zip
(ff-search-directories, ff-special-constructs, ff-find-other-file): Fix spelling
in docstrings.
-rw-r--r--lisp/find-file.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/find-file.el b/lisp/find-file.el
index d85d2ab0f51..26c5cccf8e5 100644
--- a/lisp/find-file.el
+++ b/lisp/find-file.el
@@ -191,7 +191,7 @@ To override this, give an argument to `ff-find-other-file'."
191 (setq fname (buffer-substring (match-beginning 2) (match-end 2))))) 191 (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))
192 ) 192 )
193 "*A list of regular expressions for `ff-find-file'. 193 "*A list of regular expressions for `ff-find-file'.
194Specifies how to recognise special constructs such as include files 194Specifies how to recognize special constructs such as include files
195etc. and an associated method for extracting the filename from that 195etc. and an associated method for extracting the filename from that
196construct.") 196construct.")
197 197
@@ -215,7 +215,7 @@ Set by default to `cc-search-directories', expanded at run-time.
215 215
216This list is searched through with each extension specified in 216This list is searched through with each extension specified in
217`ff-other-file-alist' that matches this file's extension. So the 217`ff-other-file-alist' that matches this file's extension. So the
218longer the list, the longer it'll take to realise that a file 218longer the list, the longer it'll take to realize that a file
219may not exist. 219may not exist.
220 220
221A typical format is 221A typical format is
@@ -340,7 +340,7 @@ Variables of interest include:
340 If non-nil, traces which directories are being searched. 340 If non-nil, traces which directories are being searched.
341 341
342 - `ff-special-constructs' 342 - `ff-special-constructs'
343 A list of regular expressions specifying how to recognise special 343 A list of regular expressions specifying how to recognize special
344 constructs such as include files etc, and an associated method for 344 constructs such as include files etc, and an associated method for
345 extracting the filename from that construct. 345 extracting the filename from that construct.
346 346