summaryrefslogtreecommitdiff
path: root/lisp/net/netrc.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-17 16:54:57 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-17 16:54:57 +0000
commitf25c692f5de4ddad1f4d04571dbf67724b278ef3 (patch)
tree395ea6f591b82f8d6f4ff31957b91c0ee4a4527e /lisp/net/netrc.el
parentafbc4a8a155a1d91c8055f97cc24aafe5732263e (diff)
downloademacs-f25c692f5de4ddad1f4d04571dbf67724b278ef3.tar.gz
(netrc-parse): Fix typo.
Diffstat (limited to 'lisp/net/netrc.el')
-rw-r--r--lisp/net/netrc.el2
1 files changed, 1 insertions, 1 deletions
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"