]> git.eshelyaron.com Git - emacs.git/commitdiff
Link to info manual in `defgroup'.
authorRüdiger Sonderfeld <ruediger@c-plusplus.de>
Sat, 25 Jan 2014 19:15:42 +0000 (20:15 +0100)
committerRüdiger Sonderfeld <ruediger@c-plusplus.de>
Sat, 25 Jan 2014 19:15:42 +0000 (20:15 +0100)
* 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.

15 files changed:
lisp/ChangeLog
lisp/epa.el
lisp/erc/ChangeLog
lisp/erc/erc.el
lisp/htmlfontify.el
lisp/ido.el
lisp/net/eww.el
lisp/nxml/nxml-mode.el
lisp/progmodes/ada-mode.el
lisp/progmodes/flymake.el
lisp/ses.el
lisp/speedbar.el
lisp/url/ChangeLog
lisp/url/url-vars.el
lisp/woman.el

index 2b27e63068b5363a00156bfc7729b09c47428b4a..9ca49202a83c3bccf75d7edada508058b3fb68cc 100644 (file)
@@ -1,3 +1,17 @@
+2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * progmodes/ada-mode.el (ada):
+       * woman.el (woman): Link to info manual and Commentary section.
+
+       * progmodes/flymake.el (flymake):
+       * nxml/nxml-mode.el (nxml):
+       * net/eww.el (eww):
+       * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
+       * htmlfontify.el (htmlfontify):
+       * ses.el (ses):
+       * epa.el (epa):
+       * ido.el (ido): Link to info manual.
+
 2014-01-25  Leo Liu  <sdl.web@gmail.com>
 
        * progmodes/flymake.el (flymake-make-overlay): No rear advance.
index e6eca290f011fac3ed39447c141bd073224ee21e..16cb5633512cf20d0f014bd9b86d224fc95fc440 100644 (file)
@@ -31,6 +31,7 @@
 (defgroup epa nil
   "The EasyPG Assistant"
   :version "23.1"
+  :link '(custom-manual "(epa) Top")
   :group 'epg)
 
 (defcustom epa-popup-info-window t
index 0039087c3b23b7ff3f3868d58a4218e37c997afd..39c749838e579ad2f4430fb00fcda0aa579ec0d2 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * erc.el (erc): Link to info manual.
+
 2013-12-28  Glenn Morris  <rgm@gnu.org>
 
        * erc-log.el (erc-log-file-coding-system): Specify custom type.
index 81b34ebf9a10ba5da17101ed1cb43857b6ce8bfa..c19b8c9a48e999b37f24e5b03fca8a1b85d2b81e 100644 (file)
@@ -81,6 +81,7 @@
 (defgroup erc nil
   "Emacs Internet Relay Chat client."
   :link '(url-link "http://www.emacswiki.org/cgi-bin/wiki/ERC")
+  :link '(custom-manual "(erc) Top")
   :prefix "erc-"
   :group 'applications)
 
index f110597fe5ce48b894eb6bd0f0be1cf2a462857d..6501339c4add5f1611ff8bc2ba18851a1c355fe6 100644 (file)
@@ -146,6 +146,8 @@ main-content <=MAIN_CONTENT;\\n\" rtfm-section file style rtfm-section file))
   "Convert buffers and files to HTML."
   :group  'applications
   :link '(variable-link htmlfontify-manual)
+  :link '(custom-manual "(htmlfontify) Top")
+  :link '(info-link "(htmlfontify) Customization")
   :prefix "hfy-")
 
 (defcustom hfy-page-header 'hfy-default-header
index f405aa0eb41f046af1833d5feaa01c636c4261a5..f0a4dd36a98bad4749b3da2594482f6a9a303fb4 100644 (file)
   :group 'convenience
   :version "22.1"
   :link '(emacs-commentary-link :tag "Commentary" "ido.el")
-  :link '(emacs-library-link :tag "Lisp File" "ido.el"))
+  :link '(emacs-library-link :tag "Lisp File" "ido.el")
+  :link '(custom-manual "(ido) Top")
+  :link '(info-link "(ido) Customization"))
 
 ;;;###autoload
 (defcustom ido-mode nil
index 17273c337d1a73f835276956d9dbb20eeaa7e421..65b1c6b2d7dedf0a839fda55c3a8d1077f1ccd1e 100644 (file)
@@ -33,6 +33,7 @@
 (defgroup eww nil
   "Emacs Web Wowser"
   :version "24.4"
+  :link '(custom-manual "(eww) Top")
   :group 'hypermedia
   :prefix "eww-")
 
index 8b37299f9373ab790bba872760f0caba5b29081c..79ff5b48e24c1f4057b206f106634965fae37f74 100644 (file)
@@ -46,6 +46,7 @@
 
 (defgroup nxml nil
   "New XML editing mode."
+  :link '(custom-manual "(nxml-mode) Top")
   :group 'languages)
 
 (defgroup nxml-faces nil
index 130027137fadf7988e87e93ad240872828329f47..68b6c872d3fdf05b51cd94ea49cfd69de51f6386 100644 (file)
@@ -149,6 +149,8 @@ This is a good place to add Ada environment specific bindings.")
 (defgroup ada nil
   "Major mode for editing and compiling Ada source in Emacs."
   :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
+  :link '(custom-manual "(ada-mode) Top")
+  :link '(emacs-commentary-link :tag "Commentary" "ada-mode.el")
   :group 'languages)
 
 (defcustom ada-auto-case t
index c4a2e3e814706f5248eafbe5f42682a94d5e67ab..125ee631da6ceb7d05c93ed71bb131245423ac6c 100644 (file)
@@ -40,6 +40,7 @@
 (defgroup flymake nil
   "Universal on-the-fly syntax checker."
   :version "23.1"
+  :link '(custom-manual "(flymake) Top")
   :group 'tools)
 
 (defcustom flymake-error-bitmap '(exclamation-mark error)
index 5109cac2a87c47f4fa05df302d6743fb320481c8..1626147dab477675974dc94043083b96e9d9843b 100644 (file)
@@ -67,6 +67,7 @@
   "Simple Emacs Spreadsheet."
   :tag "SES"
   :group  'applications
+  :link '(custom-manual "(ses) Top")
   :prefix "ses-"
   :version "21.1")
 
index 2b9d05e1ac42bacb51e203651fed68a259fa0279..c425d7773066c945c88573f3bb0a3c08b1c25a70 100644 (file)
@@ -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)
 
index 6f9ef1e566df864f3b3154ea856da5e93734abbf..3a82e4b3891ba1535f0a760ec7b998ee3274eba7 100644 (file)
@@ -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
index aee57fbf9ac8de09f7fa9d6f679461b18846dfdd..4cdb59deb27808055097c54879680e9415fd6b8c 100644 (file)
@@ -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
index e28f1c9cace237a6df48e185db44c6965db9b403..b6150750fed7081b3d5039ce9568f51f2457ec5c 100644 (file)
@@ -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