]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-vars.el
Tweak custom-variable-p and user-variable-p docs.
[gnu-emacs] / lisp / url / url-vars.el
index 8aba3efdbb6d6893a14d9bf9fc326bf12cf96016..a56eb4cc81043e840529d7f77b931e7fc79accd4 100644 (file)
@@ -1,7 +1,6 @@
 ;;; url-vars.el --- Variables for Uniform Resource Locator tool
 
-;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2005, 2006, 2007,
-;;   2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 1996-1999, 2001, 2004-2012  Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
@@ -63,7 +62,6 @@
 (mapc 'make-variable-buffer-local
       '(
        url-current-object
-       url-current-referer
        url-current-mime-headers
        ))
 
@@ -336,7 +334,7 @@ Currently supported methods:
 `socks': Connect through a socks server;
 `tls': Connect with TLS;
 `ssl': Connect with SSL (deprecated, use `tls' instead);
-`native': Connect directy."
+`native': Connect directly."
   :type '(radio (const :tag "Telnet to gateway host" :value telnet)
                (const :tag "Rlogin to gateway host" :value rlogin)
                (const :tag "Use SOCKS proxy" :value socks)
@@ -390,5 +388,4 @@ This should be set, e.g. by mail user agents rendering HTML to avoid
 
 (provide 'url-vars)
 
-;; arch-tag: 29205e5f-c5ce-433c-8d5d-38cbaed64b49
 ;;; url-vars.el ends here