]> code.delx.au - gnu-emacs/commit
Fix customization of text-quoting-style
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Aug 2015 01:46:18 +0000 (18:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Aug 2015 02:00:21 +0000 (19:00 -0700)
commitbcfe2e0ed5018bf796cbb41465377fa1e38863b8
tree442098b9e75518448f4c20d28ccdbf2fdd97bf01
parent71781c31a4860e56434643296eaa303ca43386bb
Fix customization of text-quoting-style

* lisp/cus-edit.el (custom-guess-type, custom-variable-documentation):
* lisp/wid-edit.el (widget-docstring):
Get raw docstring here since it’s cooked later and should not be
cooked twice.
* lisp/cus-edit.el (custom-group-value-create):
Cook the docstring before inserting it.
* lisp/cus-start.el (text-quoting-style): Quote the customization
docstrings according to the new rules.  Give curved examples.
lisp/cus-edit.el
lisp/cus-start.el
lisp/wid-edit.el