diff lisp/net/netrc.el @ 92694:d3767aa9ae49

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
author Miles Bader <miles@gnu.org>
date Mon, 10 Mar 2008 00:50:22 +0000
parents 107ccd98fa12
children 1e3a407766b9
line wrap: on
line diff
--- a/lisp/net/netrc.el	Mon Mar 10 00:50:06 2008 +0000
+++ b/lisp/net/netrc.el	Mon Mar 10 00:50:22 2008 +0000
@@ -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"