# HG changeset patch # User Juanma Barranquero # Date 1034873697 0 # Node ID 7089f332a70803d661c050d421ed620637b7a0a7 # Parent 5e18e835d9fa8cfb32c4feb6204c6f62ed3cf570 (netrc-parse): Fix typo. diff -r 5e18e835d9fa -r 7089f332a708 lisp/net/netrc.el --- 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"