summaryrefslogtreecommitdiff
path: root/lisp/net/netrc.el
diff options
context:
space:
mode:
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 8c588a11451..de82ae7473d 100644
--- a/lisp/net/netrc.el
+++ b/lisp/net/netrc.el
@@ -61,7 +61,7 @@
(defun netrc-parse (file)
(interactive "fFile to Parse: ")
- "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"