comparison lisp/wid-edit.el @ 34294:5e3fcfc24d23

(widget-text-keymap): Doc fix.
author Dave Love <fx@gnu.org>
date Wed, 06 Dec 2000 18:01:25 +0000
parents dd855bc086f3
children 9e39c86c678b
comparison
equal deleted inserted replaced
34293:4338fab68f06 34294:5e3fcfc24d23
829 (define-key map "\C-e" 'widget-end-of-line) 829 (define-key map "\C-e" 'widget-end-of-line)
830 map) 830 map)
831 "Keymap used inside a text field.") 831 "Keymap used inside a text field.")
832 832
833 (defun widget-field-activate (pos &optional event) 833 (defun widget-field-activate (pos &optional event)
834 "Invoke the ediable field at point." 834 "Invoke the editable field at point."
835 (interactive "@d") 835 (interactive "@d")
836 (let ((field (widget-field-at pos))) 836 (let ((field (widget-field-at pos)))
837 (if field 837 (if field
838 (widget-apply-action field event) 838 (widget-apply-action field event)
839 (call-interactively 839 (call-interactively