/[emacs]/emacs/lispref/files.texi
ViewVC logotype

Diff of /emacs/lispref/files.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.81 by rms, Sun May 29 08:27:37 2005 UTC revision 1.82 by rms, Sat Jun 18 13:48:31 2005 UTC
# Line 98  new buffer and reading the file into it. Line 98  new buffer and reading the file into it.
98  Aside from some technical details, the body of the @code{find-file}  Aside from some technical details, the body of the @code{find-file}
99  function is basically equivalent to:  function is basically equivalent to:
100    
101  @example  @smallexample
102  (switch-to-buffer (find-file-noselect filename nil nil wildcards))  (switch-to-buffer (find-file-noselect filename nil nil wildcards))
103  @end example  @end smallexample
104    
105  @noindent  @noindent
106  (See @code{switch-to-buffer} in @ref{Displaying Buffers}.)  (See @code{switch-to-buffer} in @ref{Displaying Buffers}.)
# Line 2731  This function tests whether @var{filenam Line 2731  This function tests whether @var{filenam
2731  If @var{filename} is indeed remote, the return value is a string that  If @var{filename} is indeed remote, the return value is a string that
2732  identifies the remote system.  identifies the remote system.
2733    
2734  This identifier string may include a host name, a user name, and  This identifier string can include a host name and a user name, as
2735  characters designating the method used to access the remote system.  well as characters designating the method used to access the remote
2736  For example, the remote identifier string for the filename  system.  For example, the remote identifier string for the filename
2737  @code{/ssh:user@@host:/some/file} is @code{/ssh:user@@host:}.  @code{/ssh:user@@host:/some/file} is @code{/ssh:user@@host:}.
2738    
2739  If @code{file-remote-p} returns the same identifier for two different  If @code{file-remote-p} returns the same identifier for two different

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26