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/net | |
| 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/net')
| -rw-r--r-- | lisp/net/ange-ftp.el | 3 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 455836fdae1..447549f58cd 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -671,8 +671,7 @@ | |||
| 671 | ;;;; ------------------------------------------------------------ | 671 | ;;;; ------------------------------------------------------------ |
| 672 | 672 | ||
| 673 | (defgroup ange-ftp nil | 673 | (defgroup ange-ftp nil |
| 674 | "Accessing remote files and directories using FTP | 674 | "Accessing remote files and directories using FTP." |
| 675 | made as simple and transparent as possible." | ||
| 676 | :group 'files | 675 | :group 'files |
| 677 | :group 'comm | 676 | :group 'comm |
| 678 | :prefix "ange-ftp-") | 677 | :prefix "ange-ftp-") |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 95848ac34ea..beb97c6eb32 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -62,7 +62,7 @@ | |||
| 62 | ;;; User Customizable Internal Variables: | 62 | ;;; User Customizable Internal Variables: |
| 63 | 63 | ||
| 64 | (defgroup tramp nil | 64 | (defgroup tramp nil |
| 65 | "Edit remote files with a combination of rsh and rcp or similar programs." | 65 | "Edit remote files with a combination of ssh, scp, etc." |
| 66 | :group 'files | 66 | :group 'files |
| 67 | :group 'comm | 67 | :group 'comm |
| 68 | :version "22.1") | 68 | :version "22.1") |