changeset 3416:5bd76dd4c6bd

(ange-ftp-make-backup-files): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 21:20:31 +0000
parents c37d05ce7e52
children 88e091efba6c
files lisp/ange-ftp.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Tue Jun 01 21:15:25 1993 +0000
+++ b/lisp/ange-ftp.el	Tue Jun 01 21:20:31 1993 +0000
@@ -780,9 +780,7 @@
   "*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 @@
 ;;;; 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.")