summaryrefslogtreecommitdiff
path: root/lisp/woman.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/woman.el
parente0c67e1dce8822fa18c353af855a9e400cb0ade3 (diff)
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/woman.el')
-rw-r--r--lisp/woman.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index e28f1c9cace..b6150750fed 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -495,6 +495,8 @@ As a special case, if PATHS is nil then replace it by calling
(defgroup woman nil
"Browse UNIX manual pages `wo (without) man'."
:tag "WoMan"
+ :link '(custom-manual "(woman) Top")
+ :link '(emacs-commentary-link :tag "Commentary" "woman.el")
:group 'help)
(defcustom woman-show-log nil