X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3e0e2339cd379eeba8d9bc758f2e8e574144e252..ac16149ba470ae8a625d42a61adbb6e84254c675:/lisp/url/url-auth.el diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index 87f67183b5..31c15329ac 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el @@ -50,7 +50,7 @@ Must be a symbol pointing to another variable that will actually store the information. The value of this variable is an assoc list of assoc lists. The first assoc list is keyed by the server name. The cdr of -this is an assoc list based on the 'directory' specified by the URL we +this is an assoc list based on the \"directory\" specified by the URL we are looking up.") (defun url-basic-auth (url &optional prompt overwrite realm args) @@ -138,7 +138,7 @@ instead of the filename inheritance method." "Where usernames and passwords are stored. Its value is an assoc list of assoc lists. The first assoc list is keyed by the server name. The cdr of this is an assoc list based -on the 'directory' specified by the url we are looking up.") +on the \"directory\" specified by the url we are looking up.") (defun url-digest-auth-create-key (username password realm method uri) "Create a key for digest authentication method"