diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:40:09 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:40:09 +0000 |
commit | 4837b516ea56c6cc2b3ce823b04078b10b2defc6 (patch) | |
tree | 8d2cf5aab413be0a169520329f869601e2fed0bf /lisp/shadowfile.el | |
parent | 5453fa41122e3278a442f4fab855561e41f4034f (diff) | |
download | emacs-4837b516ea56c6cc2b3ce823b04078b10b2defc6.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/shadowfile.el')
-rw-r--r-- | lisp/shadowfile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index ee6dcc15b7e..d1de8be3910 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el @@ -285,7 +285,7 @@ information defining the cluster. For interactive use, call 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 |