aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
41 'line-end-position)) 41 'line-end-position))
42 42
43(defun netrc-parse (file) 43(defun netrc-parse (file)
44 "Parse FILE and return an list of all entries in the file." 44 "Parse FILE and return a list of all entries in the file."
45 (when (file-exists-p file) 45 (when (file-exists-p file)
46 (with-temp-buffer 46 (with-temp-buffer
47 (let ((tokens '("machine" "default" "login" 47 (let ((tokens '("machine" "default" "login"