emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/cus-edit.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Wed, 20 Aug 2003 14:31:54 -0400

Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.185 emacs/lisp/cus-edit.el:1.186
*** emacs/lisp/cus-edit.el:1.185        Sat Jun 14 15:04:20 2003
--- emacs/lisp/cus-edit.el      Wed Aug 20 14:31:54 2003
***************
*** 74,79 ****
--- 74,80 ----
  
  (defgroup emulations nil
    "Emulations of other editors."
+   :link '(custom-manual "(emacs)Emulation")
    :group 'editing)
  
  (defgroup mouse nil
***************
*** 88,98 ****
    "Interfacing to external utilities."
    :group 'emacs)
  
- (defgroup bib nil
-   "Code related to the `bib' bibliography processor."
-   :tag "Bibliography"
-   :group 'external)
- 
  (defgroup processes nil
    "Process, subshell, compilation, and job control support."
    :group 'external
--- 89,94 ----
***************
*** 117,122 ****
--- 113,119 ----
  
  (defgroup c nil
    "Support for the C language and related languages."
+   :link '(custom-manual "(ccmode)")
    :group 'languages)
  
  (defgroup tools nil
***************
*** 141,146 ****
--- 138,144 ----
  
  (defgroup news nil
    "Support for netnews reading and posting."
+   :link '(custom-manual "(gnus)")
    :group 'applications)
  
  (defgroup games nil
***************
*** 195,200 ****
--- 193,199 ----
  
  (defgroup i18n nil
    "Internationalization and alternate character-set support."
+   :link '(custom-manual "(emacs)International")
    :group 'environment
    :group 'editing)
  
***************
*** 245,252 ****
  (defgroup customize '((widgets custom-group))
    "Customization of the Customization support."
    :link '(custom-manual "(elisp)Customization")
-   :link '(url-link :tag "(Old?) Development Page"
-                  "http://www.dina.kvl.dk/~abraham/custom/";)
    :prefix "custom-"
    :group 'help)
  
--- 244,249 ----
***************
*** 272,277 ****
--- 269,275 ----
  
  (defgroup abbrev-mode nil
    "Word abbreviations mode."
+   :link '(custom-manual "(emacs)Abbrevs")
    :group 'abbrev)
  
  (defgroup alloc nil
***************
*** 281,286 ****
--- 279,285 ----
  
  (defgroup undo nil
    "Undoing changes in buffers."
+   :link '(custom-manual "(emacs)Undo")
    :group 'editing)
  
  (defgroup modeline nil
***************
*** 289,294 ****
--- 288,294 ----
  
  (defgroup fill nil
    "Indenting and filling text."
+   :link '(custom-manual "(emacs)Filling Text")
    :group 'editing)
  
  (defgroup editing-basics nil
***************
*** 321,326 ****
--- 321,327 ----
  
  (defgroup minibuffer nil
    "Controling the behaviour of the minibuffer."
+   :link '(custom-manual "(emacs)Minibuffer")
    :group 'environment)
  
  (defgroup keyboard nil
***************
*** 349,354 ****
--- 350,356 ----
  
  (defgroup windows nil
    "Windows within a frame."
+   :link '(custom-manual "(emacs)Windows")
    :group 'environment)
  
  ;;; Utilities.




reply via email to

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