]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-ls): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 21 Oct 2002 09:04:39 +0000 (09:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 21 Oct 2002 09:04:39 +0000 (09:04 +0000)
lisp/net/ange-ftp.el

index af0a347416af80b2dc123d80e100ec89b2050646..9f65961916ce04c0c50649d7c892a1609a848486 100644 (file)
@@ -2442,7 +2442,7 @@ which can parse the output from a DIR listing for a host of type TYPE.")
   "Normal hook run after parsing the text of an ftp directory listing.")
 
 (defun ange-ftp-ls (file lsargs parse &optional no-error wildcard)
-  "Return the output of an `DIR' or `ls' command done over ftp.
+  "Return the output of a `DIR' or `ls' command done over ftp.
 FILE is the full name of the remote file, LSARGS is any args to pass to the
 `ls' command, and PARSE specifies that the output should be parsed and stored
 away in the internal cache."