diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:27:21 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:27:21 +0000 |
commit | 3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (patch) | |
tree | 598e888ff354bd38c9a6e819d200bca004e34229 /lisp/url/url-auth.el | |
parent | df26688bd008d27830c166dbc3caccad7e83da0f (diff) | |
download | emacs-3ecd3a56c0b0d9453272308be2aae4fca444e9f3.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/url/url-auth.el')
-rw-r--r-- | lisp/url/url-auth.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index c57a96cc81b..030409c3391 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el @@ -310,7 +310,7 @@ RATING a rating between 1 and 10 of the strength of the authentication. url-registered-auth-schemes))))) (defun url-auth-registered (scheme) - ;; Return non-nil iff SCHEME is registered as an auth type + "Return non-nil if SCHEME is registered as an auth type." (assoc scheme url-registered-auth-schemes)) (provide 'url-auth) |