diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 13:36:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 13:36:40 +0000 |
commit | 9531f95f8d8065d559c19731ba1107d850292fbe (patch) | |
tree | 3b1a1a3cfcfb3648e1926f7da9b4bbe211fcb13a /lisp/url | |
parent | 1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9 (diff) | |
download | emacs-9531f95f8d8065d559c19731ba1107d850292fbe.tar.gz |
(url-gateway-unplugged): Fix spellings.
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/url-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index c3e17365242..53b144f0f98 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -388,7 +388,7 @@ Currently supported methods: (defconst url-working-buffer " *url-work") (defvar url-gateway-unplugged nil - "Non-nil means don't open new network connexions. + "Non-nil means don't open new network connections. This should be set, e.g. by mail user agents rendering HTML to avoid `bugs' which call home.") |