emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116157: Link to info manual in `defgroup'.


From: Rüdiger Sonderfeld
Subject: [Emacs-diffs] trunk r116157: Link to info manual in `defgroup'.
Date: Sat, 25 Jan 2014 19:16:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116157
revision-id: address@hidden
parent: address@hidden
committer: Rüdiger Sonderfeld <address@hidden>
branch nick: trunk
timestamp: Sat 2014-01-25 20:15:42 +0100
message:
  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.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/epa.el                    epa.el-20091113204419-o5vbwnq5f7feedwu-8557
  lisp/erc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-4305
  lisp/erc/erc.el                erc.el-20091113204419-o5vbwnq5f7feedwu-4346
  lisp/htmlfontify.el            
htmlfontify.el-20091119213711-g4mo9tswbas14kj6-2
  lisp/ido.el                    ido.el-20091113204419-o5vbwnq5f7feedwu-2430
  lisp/net/eww.el                eww.el-20130610114603-80ap3gwnw4x4m5ix-1
  lisp/nxml/nxml-mode.el         
nxmlmode.el-20091113204419-o5vbwnq5f7feedwu-7813
  lisp/progmodes/ada-mode.el     adamode.el-20091113204419-o5vbwnq5f7feedwu-834
  lisp/progmodes/flymake.el      flymake.el-20091113204419-o5vbwnq5f7feedwu-3065
  lisp/ses.el                    ses.el-20091113204419-o5vbwnq5f7feedwu-2447
  lisp/speedbar.el               
speedbar.el-20091113204419-o5vbwnq5f7feedwu-1271
  lisp/url/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-3116
  lisp/url/url-vars.el           urlvars.el-20091113204419-o5vbwnq5f7feedwu-3004
  lisp/woman.el                  woman.el-20091113204419-o5vbwnq5f7feedwu-1805
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-25 18:32:34 +0000
+++ b/lisp/ChangeLog    2014-01-25 19:15:42 +0000
@@ -1,3 +1,17 @@
+2014-01-25  Rüdiger Sonderfeld  <address@hidden>
+
+       * 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  <address@hidden>
 
        * progmodes/flymake.el (flymake-make-overlay): No rear advance.

=== modified file 'lisp/epa.el'
--- a/lisp/epa.el       2014-01-01 07:43:34 +0000
+++ b/lisp/epa.el       2014-01-25 19:15:42 +0000
@@ -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

=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2014-01-22 01:43:37 +0000
+++ b/lisp/erc/ChangeLog        2014-01-25 19:15:42 +0000
@@ -1,3 +1,7 @@
+2014-01-25  Rüdiger Sonderfeld  <address@hidden>
+
+       * erc.el (erc): Link to info manual.
+
 2013-12-28  Glenn Morris  <address@hidden>
 
        * erc-log.el (erc-log-file-coding-system): Specify custom type.

=== modified file 'lisp/erc/erc.el'
--- a/lisp/erc/erc.el   2014-01-01 07:43:34 +0000
+++ b/lisp/erc/erc.el   2014-01-25 19:15:42 +0000
@@ -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)
 

=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el       2014-01-16 06:24:06 +0000
+++ b/lisp/htmlfontify.el       2014-01-25 19:15:42 +0000
@@ -146,6 +146,8 @@
   "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

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2014-01-01 07:43:34 +0000
+++ b/lisp/ido.el       2014-01-25 19:15:42 +0000
@@ -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

=== modified file 'lisp/net/eww.el'
--- a/lisp/net/eww.el   2014-01-24 04:15:13 +0000
+++ b/lisp/net/eww.el   2014-01-25 19:15:42 +0000
@@ -33,6 +33,7 @@
 (defgroup eww nil
   "Emacs Web Wowser"
   :version "24.4"
+  :link '(custom-manual "(eww) Top")
   :group 'hypermedia
   :prefix "eww-")
 

=== modified file 'lisp/nxml/nxml-mode.el'
--- a/lisp/nxml/nxml-mode.el    2014-01-01 07:43:34 +0000
+++ b/lisp/nxml/nxml-mode.el    2014-01-25 19:15:42 +0000
@@ -46,6 +46,7 @@
 
 (defgroup nxml nil
   "New XML editing mode."
+  :link '(custom-manual "(nxml-mode) Top")
   :group 'languages)
 
 (defgroup nxml-faces nil

=== modified file 'lisp/progmodes/ada-mode.el'
--- a/lisp/progmodes/ada-mode.el        2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/ada-mode.el        2014-01-25 19:15:42 +0000
@@ -149,6 +149,8 @@
 (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

=== modified file 'lisp/progmodes/flymake.el'
--- a/lisp/progmodes/flymake.el 2014-01-25 18:32:34 +0000
+++ b/lisp/progmodes/flymake.el 2014-01-25 19:15:42 +0000
@@ -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)

=== modified file 'lisp/ses.el'
--- a/lisp/ses.el       2014-01-06 06:25:30 +0000
+++ b/lisp/ses.el       2014-01-25 19:15:42 +0000
@@ -67,6 +67,7 @@
   "Simple Emacs Spreadsheet."
   :tag "SES"
   :group  'applications
+  :link '(custom-manual "(ses) Top")
   :prefix "ses-"
   :version "21.1")
 

=== modified file 'lisp/speedbar.el'
--- a/lisp/speedbar.el  2014-01-13 22:21:32 +0000
+++ b/lisp/speedbar.el  2014-01-25 19:15:42 +0000
@@ -135,17 +135,21 @@
   :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)
 

=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2014-01-22 01:43:37 +0000
+++ b/lisp/url/ChangeLog        2014-01-25 19:15:42 +0000
@@ -1,3 +1,7 @@
+2014-01-25  Rüdiger Sonderfeld  <address@hidden>
+
+       * url-vars.el (url): Link to info manual.
+
 2014-01-08  Jarosław Rzeszótko  <address@hidden>  (tiny change)
 
        * url-http.el (url-http-create-request): Don't add extra \r\n after

=== modified file 'lisp/url/url-vars.el'
--- a/lisp/url/url-vars.el      2014-01-01 07:43:34 +0000
+++ b/lisp/url/url-vars.el      2014-01-25 19:15:42 +0000
@@ -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

=== modified file 'lisp/woman.el'
--- a/lisp/woman.el     2014-01-24 07:29:39 +0000
+++ b/lisp/woman.el     2014-01-25 19:15:42 +0000
@@ -495,6 +495,8 @@
 (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]