1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

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.
This commit is contained in:
Rüdiger Sonderfeld 2014-01-25 20:15:42 +01:00
parent e0c67e1dce
commit ed85dee69d
15 changed files with 43 additions and 1 deletions

View 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> 2014-01-25 Leo Liu <sdl.web@gmail.com>
* progmodes/flymake.el (flymake-make-overlay): No rear advance. * progmodes/flymake.el (flymake-make-overlay): No rear advance.

View file

@ -31,6 +31,7 @@
(defgroup epa nil (defgroup epa nil
"The EasyPG Assistant" "The EasyPG Assistant"
:version "23.1" :version "23.1"
:link '(custom-manual "(epa) Top")
:group 'epg) :group 'epg)
(defcustom epa-popup-info-window t (defcustom epa-popup-info-window t

View 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> 2013-12-28 Glenn Morris <rgm@gnu.org>
* erc-log.el (erc-log-file-coding-system): Specify custom type. * erc-log.el (erc-log-file-coding-system): Specify custom type.

View file

@ -81,6 +81,7 @@
(defgroup erc nil (defgroup erc nil
"Emacs Internet Relay Chat client." "Emacs Internet Relay Chat client."
:link '(url-link "http://www.emacswiki.org/cgi-bin/wiki/ERC") :link '(url-link "http://www.emacswiki.org/cgi-bin/wiki/ERC")
:link '(custom-manual "(erc) Top")
:prefix "erc-" :prefix "erc-"
:group 'applications) :group 'applications)

View file

@ -146,6 +146,8 @@ main-content <=MAIN_CONTENT;\\n\" rtfm-section file style rtfm-section file))
"Convert buffers and files to HTML." "Convert buffers and files to HTML."
:group 'applications :group 'applications
:link '(variable-link htmlfontify-manual) :link '(variable-link htmlfontify-manual)
:link '(custom-manual "(htmlfontify) Top")
:link '(info-link "(htmlfontify) Customization")
:prefix "hfy-") :prefix "hfy-")
(defcustom hfy-page-header 'hfy-default-header (defcustom hfy-page-header 'hfy-default-header

View file

@ -337,7 +337,9 @@
:group 'convenience :group 'convenience
:version "22.1" :version "22.1"
:link '(emacs-commentary-link :tag "Commentary" "ido.el") :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 ;;;###autoload
(defcustom ido-mode nil (defcustom ido-mode nil

View file

@ -33,6 +33,7 @@
(defgroup eww nil (defgroup eww nil
"Emacs Web Wowser" "Emacs Web Wowser"
:version "24.4" :version "24.4"
:link '(custom-manual "(eww) Top")
:group 'hypermedia :group 'hypermedia
:prefix "eww-") :prefix "eww-")

View file

@ -46,6 +46,7 @@
(defgroup nxml nil (defgroup nxml nil
"New XML editing mode." "New XML editing mode."
:link '(custom-manual "(nxml-mode) Top")
:group 'languages) :group 'languages)
(defgroup nxml-faces nil (defgroup nxml-faces nil

View file

@ -149,6 +149,8 @@ This is a good place to add Ada environment specific bindings.")
(defgroup ada nil (defgroup ada nil
"Major mode for editing and compiling Ada source in Emacs." "Major mode for editing and compiling Ada source in Emacs."
:link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) :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) :group 'languages)
(defcustom ada-auto-case t (defcustom ada-auto-case t

View file

@ -40,6 +40,7 @@
(defgroup flymake nil (defgroup flymake nil
"Universal on-the-fly syntax checker." "Universal on-the-fly syntax checker."
:version "23.1" :version "23.1"
:link '(custom-manual "(flymake) Top")
:group 'tools) :group 'tools)
(defcustom flymake-error-bitmap '(exclamation-mark error) (defcustom flymake-error-bitmap '(exclamation-mark error)

View file

@ -67,6 +67,7 @@
"Simple Emacs Spreadsheet." "Simple Emacs Spreadsheet."
:tag "SES" :tag "SES"
:group 'applications :group 'applications
:link '(custom-manual "(ses) Top")
:prefix "ses-" :prefix "ses-"
:version "21.1") :version "21.1")

View file

@ -135,17 +135,21 @@ this version is not backward compatible to 0.14 or earlier.")
:group 'etags :group 'etags
:group 'tools :group 'tools
:group 'convenience :group 'convenience
:link '(custom-manual "(speedbar) Top")
:link '(info-link "(speedbar) Customizing")
; :version "20.3" ; :version "20.3"
) )
(defgroup speedbar-faces nil (defgroup speedbar-faces nil
"Faces used in speedbar." "Faces used in speedbar."
:prefix "speedbar-" :prefix "speedbar-"
:link '(info-link "(speedbar) Frames and Faces")
:group 'speedbar :group 'speedbar
:group 'faces) :group 'faces)
(defgroup speedbar-vc nil (defgroup speedbar-vc nil
"Version control display in speedbar." "Version control display in speedbar."
:link '(info-link "(speedbar) Version Control")
:prefix "speedbar-" :prefix "speedbar-"
:group 'speedbar) :group 'speedbar)

View 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) 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 * url-http.el (url-http-create-request): Don't add extra \r\n after

View file

@ -28,6 +28,8 @@
(defgroup url nil (defgroup url nil
"Uniform Resource Locator tool." "Uniform Resource Locator tool."
:version "22.1" :version "22.1"
:link '(custom-manual "(url) Top")
:link '(info-link "(url) Customization")
:group 'comm) :group 'comm)
(defgroup url-file nil (defgroup url-file nil

View file

@ -495,6 +495,8 @@ As a special case, if PATHS is nil then replace it by calling
(defgroup woman nil (defgroup woman nil
"Browse UNIX manual pages `wo (without) man'." "Browse UNIX manual pages `wo (without) man'."
:tag "WoMan" :tag "WoMan"
:link '(custom-manual "(woman) Top")
:link '(emacs-commentary-link :tag "Commentary" "woman.el")
:group 'help) :group 'help)
(defcustom woman-show-log nil (defcustom woman-show-log nil