aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-ldap.el2
-rw-r--r--lisp/url/url-vars.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-ldap.el b/lisp/url/url-ldap.el
index bb937a44423..8a7bb76160b 100644
--- a/lisp/url/url-ldap.el
+++ b/lisp/url/url-ldap.el
@@ -173,7 +173,7 @@ URL can be a URL string, or a URL vector of the type returned by
173 (if attributes 173 (if attributes
174 (setq attributes (mapcar 'url-unhex-string (split-string attributes ",")))) 174 (setq attributes (mapcar 'url-unhex-string (split-string attributes ","))))
175 175
176 ;; Parse out the exentions 176 ;; Parse out the extensions.
177 (if extensions 177 (if extensions
178 (setq extensions (mapcar (lambda (ext) 178 (setq extensions (mapcar (lambda (ext)
179 (if (string-match "\\([^=]*\\)=\\(.*\\)" ext) 179 (if (string-match "\\([^=]*\\)=\\(.*\\)" ext)
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 42d33553e14..cfb98c6937e 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -335,7 +335,7 @@ Currently supported methods:
335`socks': Connect through a socks server; 335`socks': Connect through a socks server;
336`tls': Connect with TLS; 336`tls': Connect with TLS;
337`ssl': Connect with SSL (deprecated, use `tls' instead); 337`ssl': Connect with SSL (deprecated, use `tls' instead);
338`native': Connect directy." 338`native': Connect directly."
339 :type '(radio (const :tag "Telnet to gateway host" :value telnet) 339 :type '(radio (const :tag "Telnet to gateway host" :value telnet)
340 (const :tag "Rlogin to gateway host" :value rlogin) 340 (const :tag "Rlogin to gateway host" :value rlogin)
341 (const :tag "Use SOCKS proxy" :value socks) 341 (const :tag "Use SOCKS proxy" :value socks)