emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/url-http-ntlm 4c2295b 35/42: Fix some quoting problems


From: Stefan Monnier
Subject: [elpa] externals/url-http-ntlm 4c2295b 35/42: Fix some quoting problems in doc strings
Date: Sat, 28 Nov 2020 17:19:48 -0500 (EST)

branch: externals/url-http-ntlm
commit 4c2295b13badbc90a29feb59e632675a400351d3
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Fix some quoting problems in doc strings
    
    Most of these are minor issues involving, e.g., quoting `like this'
    instead of 'like this'.  A few involve escaping ` and ' with a
    preceding \= when the characters should not be turned into curved single
    quotes.
---
 url-http-ntlm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/url-http-ntlm.el b/url-http-ntlm.el
index 92cbb4b..58622ad 100644
--- a/url-http-ntlm.el
+++ b/url-http-ntlm.el
@@ -152,7 +152,7 @@ PROMPT and ARGS come from `url-ntlm-auth''s caller,
 `url-get-authentication'.  Their meaning depends on the current
 implementation - this function is well and truly coupled.
 
-url-get-authentication' calls `url-ntlm-auth' once when checking
+`url-get-authentication' calls `url-ntlm-auth' once when checking
 what authentication schemes are supported (PROMPT and ARGS are
 nil), and then twice for every stage of the handshake: the first
 time PROMPT is nil, the second, t; ARGS contains the server



reply via email to

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