]> code.delx.au - gnu-emacs/commit
Substitute some customization etc. doc strings
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2015 07:04:51 +0000 (00:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2015 07:05:25 +0000 (00:05 -0700)
commitbd3b426ebb7a60045839e97c9da9bfd249fab1f1
treee275317adecd9e4eed8362d9982983a7ee314c7c
parent543bb9bc2023fafdadf697e23484214daac95dee
Substitute some customization etc. doc strings

These changes apply substitute-command-keys to some
doc strings that were going through untranslated
when creating customization or other widgets.
* lisp/cus-edit.el (custom-group-value-create):
* lisp/wid-edit.el (widget-default-create):
(widget-push-button-value-create):
Treat the widget tag as a doc string.
* lisp/emacs-lisp/cl-extra.el (cl--describe-class-slot):
Treat the :documentation value as a doc string.
* lisp/wid-edit.el (widget-choose):
Treat the choice names as doc strings.
(widget-default-create): Treat the :doc value as a doc string.
(widget-toggle-value-create): Treat the :on and :off values
as doc strings.
(widget-documentation-string-value-create):
Substitute the doc string.
lisp/cus-edit.el
lisp/emacs-lisp/cl-extra.el
lisp/wid-edit.el