From: Juanma Barranquero Date: Thu, 17 Oct 2002 16:54:57 +0000 (+0000) Subject: (netrc-parse): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~12792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f25c692f5de4ddad1f4d04571dbf67724b278ef3;p=emacs.git (netrc-parse): Fix typo. --- diff --git a/lisp/net/netrc.el b/lisp/net/netrc.el index 0310331bba5..8062b4292dc 100644 --- a/lisp/net/netrc.el +++ b/lisp/net/netrc.el @@ -41,7 +41,7 @@ 'line-end-position)) (defun netrc-parse (file) - "Parse FILE and return an list of all entries in the file." + "Parse FILE and return a list of all entries in the file." (when (file-exists-p file) (with-temp-buffer (let ((tokens '("machine" "default" "login"