mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(widget-text-keymap): Doc fix.
This commit is contained in:
parent
f82e36c65e
commit
e2896b224b
@ -1,3 +1,7 @@
|
||||
2000-12-06 Dave Love <fx@gnu.org>
|
||||
|
||||
* wid-edit.el (widget-text-keymap): Doc fix.
|
||||
|
||||
2000-12-06 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.w32-in (lisp): Set to an absolute directory, namely
|
||||
|
@ -831,7 +831,7 @@ Recommended as a parent keymap for modes using widgets.")
|
||||
"Keymap used inside a text field.")
|
||||
|
||||
(defun widget-field-activate (pos &optional event)
|
||||
"Invoke the ediable field at point."
|
||||
"Invoke the editable field at point."
|
||||
(interactive "@d")
|
||||
(let ((field (widget-field-at pos)))
|
||||
(if field
|
||||
|
Loading…
Reference in New Issue
Block a user