From a8efd566f06cfc4c3a0eb3e83adf6c8910edd980 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 21:20:31 +0000 Subject: [PATCH] (ange-ftp-make-backup-files): Doc fix. --- lisp/ange-ftp.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index e15b185a8a5..69fd2f9cc1e 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -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.") -- 2.11.4.GIT