emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/shadowfile.el,v
Date: Mon, 13 Aug 2007 13:42:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/shadowfile.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/shadowfile.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- lisp/shadowfile.el  26 Jul 2007 05:26:33 -0000      1.31
+++ lisp/shadowfile.el  13 Aug 2007 13:41:08 -0000      1.32
@@ -285,7 +285,7 @@
       ans)))
 
 (defun shadow-site-match (site1 site2)
-  "Non-nil iff SITE1 is or includes SITE2.
+  "Non-nil if SITE1 is or includes SITE2.
 Each may be a host or cluster name; if they are clusters, regexp of SITE1 will
 be matched against the primary of SITE2."
   (or (string-equal site1 site2) ; quick check




reply via email to

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