emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/files.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi
Date: Sat, 18 Jun 2005 09:48:31 -0400

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.81 emacs/lispref/files.texi:1.82
*** emacs/lispref/files.texi:1.81       Sun May 29 08:27:37 2005
--- emacs/lispref/files.texi    Sat Jun 18 13:48:31 2005
***************
*** 98,106 ****
  Aside from some technical details, the body of the @code{find-file}
  function is basically equivalent to:
  
! @example
  (switch-to-buffer (find-file-noselect filename nil nil wildcards))
! @end example
  
  @noindent
  (See @code{switch-to-buffer} in @ref{Displaying Buffers}.)
--- 98,106 ----
  Aside from some technical details, the body of the @code{find-file}
  function is basically equivalent to:
  
! @smallexample
  (switch-to-buffer (find-file-noselect filename nil nil wildcards))
! @end smallexample
  
  @noindent
  (See @code{switch-to-buffer} in @ref{Displaying Buffers}.)
***************
*** 2731,2739 ****
  If @var{filename} is indeed remote, the return value is a string that
  identifies the remote system.
  
! This identifier string may include a host name, a user name, and
! characters designating the method used to access the remote system.
! For example, the remote identifier string for the filename
  @code{/ssh:user@@host:/some/file} is @code{/ssh:user@@host:}.
  
  If @code{file-remote-p} returns the same identifier for two different
--- 2731,2739 ----
  If @var{filename} is indeed remote, the return value is a string that
  identifies the remote system.
  
! This identifier string can include a host name and a user name, as
! well as characters designating the method used to access the remote
! system.  For example, the remote identifier string for the filename
  @code{/ssh:user@@host:/some/file} is @code{/ssh:user@@host:}.
  
  If @code{file-remote-p} returns the same identifier for two different




reply via email to

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