diff options
| author | Chong Yidong | 2012-04-22 21:58:00 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-22 21:58:00 +0800 |
| commit | cf20dee0248049a925275f54381cf63bb2017e35 (patch) | |
| tree | 0a7922c4ea3258733023c58cf50d8fe1a60e7b43 /lisp/vc | |
| parent | 583e23bd57621892cce187359afd952f7850e7bc (diff) | |
| download | emacs-cf20dee0248049a925275f54381cf63bb2017e35.tar.gz emacs-cf20dee0248049a925275f54381cf63bb2017e35.zip | |
Tweaks to Customize interface. Set custom-reset-button-menu to t.
* cus-edit.el (custom-commands, custom-reset-menu)
(Custom-reset-standard): Tweak labels.
(custom-reset-button-menu): Change default to t.
(custom-buffer-create-internal): For the custom-reset-button-menu
case, put the revert button first.
(custom-group-subtitle): New face.
(custom-group-value-create): Align docstring to a specific column.
* wid-edit.el (widget-documentation-link-add): Don't handle
indentation in this function.
(widget-documentation-string-indent-to): New function.
(widget-documentation-string-value-create): Use it.
* autorevert.el (auto-revert):
* epg-config.el (epg):
* ibuffer.el (ibuffer):
* mpc.el (mpc):
* ses.el (ses):
* eshell/eshell.el (eshell):
* net/ange-ftp.el (ange-ftp):
* progmodes/ebnf2ps.el (postscript):
* progmodes/flymake.el (flymake):
* progmodes/prolog.el (prolog):
* progmodes/verilog-mode.el (verilog-mode):
* progmodes/which-func.el (which-func):
* textmodes/picture.el (picture):
* textmodes/tildify.el (tildify):
* vc/ediff.el (ediff): Tweak defgroups to improve presentation in
customization buffers.
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/ediff.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 4d6afa96d64..a1d778beebc 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el | |||
| @@ -127,7 +127,7 @@ | |||
| 127 | (require 'ediff-mult) ; required because of the registry stuff | 127 | (require 'ediff-mult) ; required because of the registry stuff |
| 128 | 128 | ||
| 129 | (defgroup ediff nil | 129 | (defgroup ediff nil |
| 130 | "A comprehensive visual interface to diff & patch." | 130 | "Comprehensive visual interface to `diff' and `patch'." |
| 131 | :tag "Ediff" | 131 | :tag "Ediff" |
| 132 | :group 'tools) | 132 | :group 'tools) |
| 133 | 133 | ||
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index ab7e587eb79..9ca9e00b8af 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -667,7 +667,7 @@ | |||
| 667 | ;; General customization | 667 | ;; General customization |
| 668 | 668 | ||
| 669 | (defgroup vc nil | 669 | (defgroup vc nil |
| 670 | "Version-control system in Emacs." | 670 | "Emacs interface to version control systems." |
| 671 | :group 'tools) | 671 | :group 'tools) |
| 672 | 672 | ||
| 673 | (defcustom vc-initial-comment nil | 673 | (defcustom vc-initial-comment nil |