emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/netrc.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/netrc.el,v
Date: Mon, 10 Mar 2008 00:50:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/03/10 00:50:23

Index: lisp/net/netrc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/netrc.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- lisp/net/netrc.el   8 Jan 2008 20:45:54 -0000       1.12
+++ lisp/net/netrc.el   10 Mar 2008 00:50:19 -0000      1.13
@@ -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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]