Tweaks to Customize interface. Set custom-reset-button-menu to t.
authorChong Yidong <cyd@gnu.org>
Sun, 22 Apr 2012 13:58:00 +0000 (21:58 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 22 Apr 2012 13:58:00 +0000 (21:58 +0800)
commitcf20dee0248049a925275f54381cf63bb2017e35
tree0a7922c4ea3258733023c58cf50d8fe1a60e7b43
parent583e23bd57621892cce187359afd952f7850e7bc
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.
24 files changed:
etc/NEWS
lisp/ChangeLog
lisp/autorevert.el
lisp/calc/calc.el
lisp/cus-edit.el
lisp/epg-config.el
lisp/eshell/eshell.el
lisp/ibuffer.el
lisp/mpc.el
lisp/net/ange-ftp.el
lisp/net/tramp.el
lisp/progmodes/ebnf2ps.el
lisp/progmodes/flymake.el
lisp/progmodes/gud.el
lisp/progmodes/prolog.el
lisp/progmodes/verilog-mode.el
lisp/progmodes/which-func.el
lisp/ses.el
lisp/term/xterm.el
lisp/textmodes/picture.el
lisp/textmodes/tildify.el
lisp/vc/ediff.el
lisp/vc/vc.el
lisp/wid-edit.el