From f25c692f5de4ddad1f4d04571dbf67724b278ef3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 17 Oct 2002 16:54:57 +0000 Subject: [PATCH] (netrc-parse): Fix typo. --- lisp/net/netrc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2