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
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs