1
0
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:
Dave Love 2000-12-06 18:03:35 +00:00
parent f82e36c65e
commit e2896b224b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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