diff lisp/net/netrc.el @ 47927:7089f332a708

(netrc-parse): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 17 Oct 2002 16:54:57 +0000
parents c61f121692e4
children 695cf19ef79e d7ddb3e565de
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"