1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

* cus-edit.el (custom-mode): Update docstring.

This commit is contained in:
Chong Yidong 2006-02-15 02:43:55 +00:00
parent 50be33f562
commit 9ca6610316
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
widget-button-click.
* cus-edit.el (custom-mode-map): Remove mouse-1 binding.
(custom-mode): Update docstring.
* cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
binding.

View File

@ -4424,7 +4424,7 @@ Move to previous button, link or editable field. \\[advertised-widget-backward]
\\<custom-field-keymap>\
Complete content of editable text field. \\[widget-complete]
\\<custom-mode-map>\
Invoke button under the mouse pointer. \\[widget-move-and-invoke]
Invoke button under the mouse pointer. \\[widget-button-click]
Invoke button under point. \\[widget-button-press]
Set all options from current text. \\[Custom-set]
Make values in current text permanent. \\[Custom-save]