diff etc/NEWS @ 58503:dc83ecc1ac97

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 2004 03:22:56 +0000
parents a39195c118ce
children 11824b501603
line wrap: on
line diff
--- a/etc/NEWS	Thu Nov 25 03:18:31 2004 +0000
+++ b/etc/NEWS	Thu Nov 25 03:22:56 2004 +0000
@@ -2459,10 +2459,6 @@
 modification times.  Magic file name handlers can handle this
 operation.
 
-** file-remote-p now returns an identifier for the remote system,
-if the file is indeed remote.  (Before, the return value was t in
-this case.)
-
 +++
 ** The display space :width and :align-to text properties are now
 supported on text terminals.
@@ -3228,6 +3224,7 @@
 ** The new function `file-remote-p' tests a file name and returns
 non-nil if it specifies a remote file (one that Emacs accesses using
 its own special methods and not directly through the file system).
+The value in that case is an identifier for the remote file system.
 
 ---
 ** When a Lisp file uses CL functions at run-time, compiling the file