emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/find-file.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/find-file.el
Date: Thu, 16 Jun 2005 12:09:00 -0400

Index: emacs/lisp/find-file.el
diff -c emacs/lisp/find-file.el:1.26 emacs/lisp/find-file.el:1.27
*** emacs/lisp/find-file.el:1.26        Tue Oct 26 21:39:34 2004
--- emacs/lisp/find-file.el     Thu Jun 16 16:09:00 2005
***************
*** 191,197 ****
         (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
  etc. and an associated method for extracting the filename from that
  construct.")
  
--- 191,197 ----
         (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))
      )
    "*A list of regular expressions for `ff-find-file'.
! Specifies how to recognize special constructs such as include files
  etc. and an associated method for extracting the filename from that
  construct.")
  
***************
*** 215,221 ****
  
  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
  may not exist.
  
  A typical format is
--- 215,221 ----
  
  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 realize that a file
  may not exist.
  
  A typical format is
***************
*** 340,346 ****
     If non-nil, traces which directories are being searched.
  
   - `ff-special-constructs'
!    A list of regular expressions specifying how to recognise special
     constructs such as include files etc, and an associated method for
     extracting the filename from that construct.
  
--- 340,346 ----
     If non-nil, traces which directories are being searched.
  
   - `ff-special-constructs'
!    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.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]