From: Juanma Barranquero Date: Mon, 21 Oct 2002 09:04:39 +0000 (+0000) Subject: (ange-ftp-ls): Fix typo. X-Git-Tag: emacs-pretest-21.2.92~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f14e5b435641c906e63d059b891b43eac7fe4a9;p=emacs.git (ange-ftp-ls): Fix typo. --- diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index af0a347416a..9f65961916c 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -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."