summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
authorRüdiger Sonderfeld <ruediger@c-plusplus.de>2014-01-25 20:15:42 +0100
committerRüdiger Sonderfeld <ruediger@c-plusplus.de>2014-01-25 20:15:42 +0100
commited85dee69d1ba238407326f67b0a25eaa3ddaab7 (patch)
tree53f12fcb8e0c61286772daf65eb0f90f21969098 /lisp/url
parente0c67e1dce8822fa18c353af855a9e400cb0ade3 (diff)
downloademacs-ed85dee69d1ba238407326f67b0a25eaa3ddaab7.tar.gz
Link to info manual in `defgroup'.
* lisp/progmodes/ada-mode.el (ada): * lisp/woman.el (woman): Link to info manual and Commentary section. * lisp/url/url-vars.el (url): * lisp/erc/erc.el (erc): * lisp/progmodes/flymake.el (flymake): * lisp/nxml/nxml-mode.el (nxml): * lisp/net/eww.el (eww): * lisp/speedbar.el (speedbar, speedbar-faces, speedbar-vc): * lisp/htmlfontify.el (htmlfontify): * lisp/ses.el (ses): * lisp/epa.el (epa): * lisp/ido.el (ido): Link to info manual.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/ChangeLog4
-rw-r--r--lisp/url/url-vars.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 6f9ef1e566d..3a82e4b3891 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
+
+ * url-vars.el (url): Link to info manual.
+
2014-01-08 Jarosław Rzeszótko <sztywny@gmail.com> (tiny change)
* url-http.el (url-http-create-request): Don't add extra \r\n after
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index aee57fbf9ac..4cdb59deb27 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -28,6 +28,8 @@
(defgroup url nil
"Uniform Resource Locator tool."
:version "22.1"
+ :link '(custom-manual "(url) Top")
+ :link '(info-link "(url) Customization")
:group 'comm)
(defgroup url-file nil