]> git.eshelyaron.com Git - emacs.git/commitdiff
(netrc-parse): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 17 Oct 2002 16:54:57 +0000 (16:54 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 17 Oct 2002 16:54:57 +0000 (16:54 +0000)
lisp/net/netrc.el

index 0310331bba5a0cfbd21a6c0bc54008fefb085e23..8062b4292dcb85cf533ce9c7f65760e908bef0bd 100644 (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"