(ange-ftp-make-backup-files): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 21:20:31 +0000 (21:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 21:20:31 +0000 (21:20 +0000)
lisp/ange-ftp.el

index e15b185..69fd2f9 100644 (file)
@@ -780,9 +780,7 @@ Some AT&T folks claim to use something called `pftp' here.")
   "*If non-NIL then a string naming nslookup program." )
 
 (defvar ange-ftp-make-backup-files ()
-  "*A list of operating systems for which ange-ftp will make Emacs backup
-files files on the remote host. For example, '\(unix\) makes sense, but
-'\(unix vms\) or '\(vms\) would be silly, since vms makes its own backups.")
+  "*Non-nil means make backup files for \"magic\" remote files.")
 
 (defvar ange-ftp-retry-time 5
   "*Number of seconds to wait before retrying if a file or listing
@@ -858,7 +856,7 @@ SIZE, if supplied, should be a prime number."
 ;;;; Internal variables.
 ;;;; ------------------------------------------------------------
 
-(defconst ange-ftp-version "$Revision: 1.19 $")
+(defconst ange-ftp-version "$Revision: 1.20 $")
 
 (defvar ange-ftp-data-buffer-name " *ftp data*"
   "Buffer name to hold directory listing data received from ftp process.")