diff man/ange-ftp.texi @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children
line wrap: on
line diff
--- a/man/ange-ftp.texi	Mon Aug 13 08:45:53 2007 +0200
+++ b/man/ange-ftp.texi	Mon Aug 13 08:46:35 2007 +0200
@@ -519,7 +519,7 @@
 @code{ange-ftp-dumb-unix-host-regexp}: The FTP servers on some machines have
 problems if the @code{ls} command is used. The usual indication that
 something is wrong is when ange-ftp erroneously thinks that a directory
-is just a plain file. The routine @code{ange-ftp-add-dumb-unix-host} can can
+is just a plain file. The routine @code{ange-ftp-add-dumb-unix-host} can
 be called to tell ange-ftp to limit itself to the @code{DIR} command and
 not @code{ls} for a given host (but this change will take effect for the
 current GNU Emacs session only). If a large number of machines with
@@ -576,7 +576,7 @@
 @vindex ange-ftp-make-backup-files
 @cindex backup files
 
-@code{ange-ftp-path-format}: This variable dictates the the format of a
+@code{ange-ftp-path-format}: This variable dictates the format of a
 fully expanded remote pathname. This is a cons @code{(REGEXP . (HOST
 USER PATH))}, where @code{REGEXP} is a regular expression matching the
 full remote pathname, and @code{HOST}, @code{USER}, and @code{PATH} are
@@ -761,7 +761,7 @@
 executing @code{revert-buffer}
 @pindex revert-buffer
 with a prefix argument (@kbd{C-u g} in the Dired buffer) 
-will force a refresh of both the the buffer @emph{and also ange-ftp's
+will force a refresh of both the buffer @emph{and also ange-ftp's
 internal cache}. If you find that filename completion isn't working on a
 @cindex filename completion
 file that you @emph{know} is there, this is how to fix the problem.
@@ -1025,7 +1025,7 @@
 if you use a VMS host regularly, it's a good idea to set
 @code{ange-ftp-vms-host-regexp} to a regular expression matching that
 @vindex ange-ftp-vms-host-regexp
-host's name. For instance, if use use @code{ymir.claremont.edu} a lot,
+host's name. For instance, if you use @code{ymir.claremont.edu} a lot,
 place the following in your .emacs:
 @example
 (setq ange-ftp-vms-host-regexp "^ymir.claremont.edu$")