changeset 47927:7089f332a708

(netrc-parse): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 17 Oct 2002 16:54:57 +0000
parents 5e18e835d9fa
children 6bbd5bfd790f
files lisp/net/netrc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/netrc.el	Thu Oct 17 16:53:45 2002 +0000
+++ b/lisp/net/netrc.el	Thu Oct 17 16:54:57 2002 +0000
@@ -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"