1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(netrc-parse): Fix typo.

This commit is contained in:
Juanma Barranquero 2002-10-17 16:54:57 +00:00
parent afbc4a8a15
commit f25c692f5d

View File

@ -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"