diff options
| author | Rüdiger Sonderfeld | 2014-01-25 20:15:42 +0100 |
|---|---|---|
| committer | Rüdiger Sonderfeld | 2014-01-25 20:15:42 +0100 |
| commit | ed85dee69d1ba238407326f67b0a25eaa3ddaab7 (patch) | |
| tree | 53f12fcb8e0c61286772daf65eb0f90f21969098 | |
| parent | e0c67e1dce8822fa18c353af855a9e400cb0ade3 (diff) | |
| download | emacs-ed85dee69d1ba238407326f67b0a25eaa3ddaab7.tar.gz emacs-ed85dee69d1ba238407326f67b0a25eaa3ddaab7.zip | |
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.
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | lisp/epa.el | 1 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 1 | ||||
| -rw-r--r-- | lisp/htmlfontify.el | 2 | ||||
| -rw-r--r-- | lisp/ido.el | 4 | ||||
| -rw-r--r-- | lisp/net/eww.el | 1 | ||||
| -rw-r--r-- | lisp/nxml/nxml-mode.el | 1 | ||||
| -rw-r--r-- | lisp/progmodes/ada-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/flymake.el | 1 | ||||
| -rw-r--r-- | lisp/ses.el | 1 | ||||
| -rw-r--r-- | lisp/speedbar.el | 4 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/url/url-vars.el | 2 | ||||
| -rw-r--r-- | lisp/woman.el | 2 |
15 files changed, 43 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b27e63068b..9ca49202a83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | ||
| 2 | |||
| 3 | * progmodes/ada-mode.el (ada): | ||
| 4 | * woman.el (woman): Link to info manual and Commentary section. | ||
| 5 | |||
| 6 | * progmodes/flymake.el (flymake): | ||
| 7 | * nxml/nxml-mode.el (nxml): | ||
| 8 | * net/eww.el (eww): | ||
| 9 | * speedbar.el (speedbar, speedbar-faces, speedbar-vc): | ||
| 10 | * htmlfontify.el (htmlfontify): | ||
| 11 | * ses.el (ses): | ||
| 12 | * epa.el (epa): | ||
| 13 | * ido.el (ido): Link to info manual. | ||
| 14 | |||
| 1 | 2014-01-25 Leo Liu <sdl.web@gmail.com> | 15 | 2014-01-25 Leo Liu <sdl.web@gmail.com> |
| 2 | 16 | ||
| 3 | * progmodes/flymake.el (flymake-make-overlay): No rear advance. | 17 | * progmodes/flymake.el (flymake-make-overlay): No rear advance. |
diff --git a/lisp/epa.el b/lisp/epa.el index e6eca290f01..16cb5633512 100644 --- a/lisp/epa.el +++ b/lisp/epa.el | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | (defgroup epa nil | 31 | (defgroup epa nil |
| 32 | "The EasyPG Assistant" | 32 | "The EasyPG Assistant" |
| 33 | :version "23.1" | 33 | :version "23.1" |
| 34 | :link '(custom-manual "(epa) Top") | ||
| 34 | :group 'epg) | 35 | :group 'epg) |
| 35 | 36 | ||
| 36 | (defcustom epa-popup-info-window t | 37 | (defcustom epa-popup-info-window t |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 0039087c3b2..39c749838e5 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | ||
| 2 | |||
| 3 | * erc.el (erc): Link to info manual. | ||
| 4 | |||
| 1 | 2013-12-28 Glenn Morris <rgm@gnu.org> | 5 | 2013-12-28 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * erc-log.el (erc-log-file-coding-system): Specify custom type. | 7 | * erc-log.el (erc-log-file-coding-system): Specify custom type. |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 81b34ebf9a1..c19b8c9a48e 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -81,6 +81,7 @@ | |||
| 81 | (defgroup erc nil | 81 | (defgroup erc nil |
| 82 | "Emacs Internet Relay Chat client." | 82 | "Emacs Internet Relay Chat client." |
| 83 | :link '(url-link "http://www.emacswiki.org/cgi-bin/wiki/ERC") | 83 | :link '(url-link "http://www.emacswiki.org/cgi-bin/wiki/ERC") |
| 84 | :link '(custom-manual "(erc) Top") | ||
| 84 | :prefix "erc-" | 85 | :prefix "erc-" |
| 85 | :group 'applications) | 86 | :group 'applications) |
| 86 | 87 | ||
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index f110597fe5c..6501339c4ad 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el | |||
| @@ -146,6 +146,8 @@ main-content <=MAIN_CONTENT;\\n\" rtfm-section file style rtfm-section file)) | |||
| 146 | "Convert buffers and files to HTML." | 146 | "Convert buffers and files to HTML." |
| 147 | :group 'applications | 147 | :group 'applications |
| 148 | :link '(variable-link htmlfontify-manual) | 148 | :link '(variable-link htmlfontify-manual) |
| 149 | :link '(custom-manual "(htmlfontify) Top") | ||
| 150 | :link '(info-link "(htmlfontify) Customization") | ||
| 149 | :prefix "hfy-") | 151 | :prefix "hfy-") |
| 150 | 152 | ||
| 151 | (defcustom hfy-page-header 'hfy-default-header | 153 | (defcustom hfy-page-header 'hfy-default-header |
diff --git a/lisp/ido.el b/lisp/ido.el index f405aa0eb41..f0a4dd36a98 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -337,7 +337,9 @@ | |||
| 337 | :group 'convenience | 337 | :group 'convenience |
| 338 | :version "22.1" | 338 | :version "22.1" |
| 339 | :link '(emacs-commentary-link :tag "Commentary" "ido.el") | 339 | :link '(emacs-commentary-link :tag "Commentary" "ido.el") |
| 340 | :link '(emacs-library-link :tag "Lisp File" "ido.el")) | 340 | :link '(emacs-library-link :tag "Lisp File" "ido.el") |
| 341 | :link '(custom-manual "(ido) Top") | ||
| 342 | :link '(info-link "(ido) Customization")) | ||
| 341 | 343 | ||
| 342 | ;;;###autoload | 344 | ;;;###autoload |
| 343 | (defcustom ido-mode nil | 345 | (defcustom ido-mode nil |
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 17273c337d1..65b1c6b2d7d 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | (defgroup eww nil | 33 | (defgroup eww nil |
| 34 | "Emacs Web Wowser" | 34 | "Emacs Web Wowser" |
| 35 | :version "24.4" | 35 | :version "24.4" |
| 36 | :link '(custom-manual "(eww) Top") | ||
| 36 | :group 'hypermedia | 37 | :group 'hypermedia |
| 37 | :prefix "eww-") | 38 | :prefix "eww-") |
| 38 | 39 | ||
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index 8b37299f937..79ff5b48e24 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | 46 | ||
| 47 | (defgroup nxml nil | 47 | (defgroup nxml nil |
| 48 | "New XML editing mode." | 48 | "New XML editing mode." |
| 49 | :link '(custom-manual "(nxml-mode) Top") | ||
| 49 | :group 'languages) | 50 | :group 'languages) |
| 50 | 51 | ||
| 51 | (defgroup nxml-faces nil | 52 | (defgroup nxml-faces nil |
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 130027137fa..68b6c872d3f 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -149,6 +149,8 @@ This is a good place to add Ada environment specific bindings.") | |||
| 149 | (defgroup ada nil | 149 | (defgroup ada nil |
| 150 | "Major mode for editing and compiling Ada source in Emacs." | 150 | "Major mode for editing and compiling Ada source in Emacs." |
| 151 | :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) | 151 | :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) |
| 152 | :link '(custom-manual "(ada-mode) Top") | ||
| 153 | :link '(emacs-commentary-link :tag "Commentary" "ada-mode.el") | ||
| 152 | :group 'languages) | 154 | :group 'languages) |
| 153 | 155 | ||
| 154 | (defcustom ada-auto-case t | 156 | (defcustom ada-auto-case t |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index c4a2e3e8147..125ee631da6 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -40,6 +40,7 @@ | |||
| 40 | (defgroup flymake nil | 40 | (defgroup flymake nil |
| 41 | "Universal on-the-fly syntax checker." | 41 | "Universal on-the-fly syntax checker." |
| 42 | :version "23.1" | 42 | :version "23.1" |
| 43 | :link '(custom-manual "(flymake) Top") | ||
| 43 | :group 'tools) | 44 | :group 'tools) |
| 44 | 45 | ||
| 45 | (defcustom flymake-error-bitmap '(exclamation-mark error) | 46 | (defcustom flymake-error-bitmap '(exclamation-mark error) |
diff --git a/lisp/ses.el b/lisp/ses.el index 5109cac2a87..1626147dab4 100644 --- a/lisp/ses.el +++ b/lisp/ses.el | |||
| @@ -67,6 +67,7 @@ | |||
| 67 | "Simple Emacs Spreadsheet." | 67 | "Simple Emacs Spreadsheet." |
| 68 | :tag "SES" | 68 | :tag "SES" |
| 69 | :group 'applications | 69 | :group 'applications |
| 70 | :link '(custom-manual "(ses) Top") | ||
| 70 | :prefix "ses-" | 71 | :prefix "ses-" |
| 71 | :version "21.1") | 72 | :version "21.1") |
| 72 | 73 | ||
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.") | |||
| 135 | :group 'etags | 135 | :group 'etags |
| 136 | :group 'tools | 136 | :group 'tools |
| 137 | :group 'convenience | 137 | :group 'convenience |
| 138 | :link '(custom-manual "(speedbar) Top") | ||
| 139 | :link '(info-link "(speedbar) Customizing") | ||
| 138 | ; :version "20.3" | 140 | ; :version "20.3" |
| 139 | ) | 141 | ) |
| 140 | 142 | ||
| 141 | (defgroup speedbar-faces nil | 143 | (defgroup speedbar-faces nil |
| 142 | "Faces used in speedbar." | 144 | "Faces used in speedbar." |
| 143 | :prefix "speedbar-" | 145 | :prefix "speedbar-" |
| 146 | :link '(info-link "(speedbar) Frames and Faces") | ||
| 144 | :group 'speedbar | 147 | :group 'speedbar |
| 145 | :group 'faces) | 148 | :group 'faces) |
| 146 | 149 | ||
| 147 | (defgroup speedbar-vc nil | 150 | (defgroup speedbar-vc nil |
| 148 | "Version control display in speedbar." | 151 | "Version control display in speedbar." |
| 152 | :link '(info-link "(speedbar) Version Control") | ||
| 149 | :prefix "speedbar-" | 153 | :prefix "speedbar-" |
| 150 | :group 'speedbar) | 154 | :group 'speedbar) |
| 151 | 155 | ||
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 @@ | |||
| 1 | 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | ||
| 2 | |||
| 3 | * url-vars.el (url): Link to info manual. | ||
| 4 | |||
| 1 | 2014-01-08 Jarosław Rzeszótko <sztywny@gmail.com> (tiny change) | 5 | 2014-01-08 Jarosław Rzeszótko <sztywny@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * url-http.el (url-http-create-request): Don't add extra \r\n after | 7 | * 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 @@ | |||
| 28 | (defgroup url nil | 28 | (defgroup url nil |
| 29 | "Uniform Resource Locator tool." | 29 | "Uniform Resource Locator tool." |
| 30 | :version "22.1" | 30 | :version "22.1" |
| 31 | :link '(custom-manual "(url) Top") | ||
| 32 | :link '(info-link "(url) Customization") | ||
| 31 | :group 'comm) | 33 | :group 'comm) |
| 32 | 34 | ||
| 33 | (defgroup url-file nil | 35 | (defgroup url-file nil |
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 | |||
| 495 | (defgroup woman nil | 495 | (defgroup woman nil |
| 496 | "Browse UNIX manual pages `wo (without) man'." | 496 | "Browse UNIX manual pages `wo (without) man'." |
| 497 | :tag "WoMan" | 497 | :tag "WoMan" |
| 498 | :link '(custom-manual "(woman) Top") | ||
| 499 | :link '(emacs-commentary-link :tag "Commentary" "woman.el") | ||
| 498 | :group 'help) | 500 | :group 'help) |
| 499 | 501 | ||
| 500 | (defcustom woman-show-log nil | 502 | (defcustom woman-show-log nil |