1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08: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"