1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00: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>
* progmodes/flymake.el (flymake-make-overlay): No rear advance.

View 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

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>
* erc-log.el (erc-log-file-coding-system): Specify custom type.

View 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)

View 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

View File

@ -337,7 +337,9 @@
: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

View File

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

View File

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

View 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

View 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)

View File

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

View 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)

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

View 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

View 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