comparison lisp/cus-edit.el @ 104988:3edc5799260a

(Custom-mode): Don't use advertised-widget-backward in the docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 12 Sep 2009 19:05:49 +0000
parents afa0e028ba97
children a0f778f4a995
comparison
equal deleted inserted replaced
104987:3727134fef6c 104988:3edc5799260a
4633 4633
4634 The following commands are available: 4634 The following commands are available:
4635 4635
4636 \\<widget-keymap>\ 4636 \\<widget-keymap>\
4637 Move to next button, link or editable field. \\[widget-forward] 4637 Move to next button, link or editable field. \\[widget-forward]
4638 Move to previous button, link or editable field. \\[advertised-widget-backward] 4638 Move to previous button, link or editable field. \\[widget-backward]
4639 \\<custom-field-keymap>\ 4639 \\<custom-field-keymap>\
4640 Complete content of editable text field. \\[widget-complete] 4640 Complete content of editable text field. \\[widget-complete]
4641 \\<custom-mode-map>\ 4641 \\<custom-mode-map>\
4642 Invoke button under the mouse pointer. \\[widget-button-click] 4642 Invoke button under the mouse pointer. \\[widget-button-click]
4643 Invoke button under point. \\[widget-button-press] 4643 Invoke button under point. \\[widget-button-press]