summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
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/speedbar.el
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/speedbar.el')
-rw-r--r--lisp/speedbar.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 2b9d05e1ac4..c425d777306 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -135,17 +135,21 @@ this version is not backward compatible to 0.14 or earlier.")
:group 'etags
:group 'tools
:group 'convenience
+ :link '(custom-manual "(speedbar) Top")
+ :link '(info-link "(speedbar) Customizing")
; :version "20.3"
)
(defgroup speedbar-faces nil
"Faces used in speedbar."
:prefix "speedbar-"
+ :link '(info-link "(speedbar) Frames and Faces")
:group 'speedbar
:group 'faces)
(defgroup speedbar-vc nil
"Version control display in speedbar."
+ :link '(info-link "(speedbar) Version Control")
:prefix "speedbar-"
:group 'speedbar)