diff lisp/dired/ange-ftp.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children b82b59fe008d
line wrap: on
line diff
--- a/lisp/dired/ange-ftp.el	Mon Aug 13 08:45:53 2007 +0200
+++ b/lisp/dired/ange-ftp.el	Mon Aug 13 08:46:35 2007 +0200
@@ -872,7 +872,7 @@
 
 (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
+files on the remote host. For example, '\(unix\) makes sense, but
 '\(unix vms\) or '\(vms\) would be silly, since vms makes its own backups.")
 
 (defvar ange-ftp-retry-time 5
@@ -2145,7 +2145,7 @@
   "^[A-Z0-9._][A-Z0-9._][A-Z0-9._][A-Z0-9._]:$")
 
 (defun ange-ftp-guess-host-type (host user)
-  "Guess at the the host type of HOST by doing a pwd, and examining
+  "Guess at the host type of HOST by doing a pwd, and examining
 the directory syntax."
   (let ((host-type (ange-ftp-host-type host))
 	(key (concat host "/" user "/~")))