mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(widget-field-buffer): Doc fix.
This commit is contained in:
parent
a29ccd9f0a
commit
80a7a1bff5
@ -1,3 +1,7 @@
|
||||
2004-07-09 Lars Hansen <larsh@math.ku.dk>
|
||||
|
||||
* wid-edit.el (widget-field-buffer): Doc fix.
|
||||
|
||||
2004-07-09 John Paul Wallington <jpw@gnu.org>
|
||||
|
||||
* emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
|
||||
|
@ -1144,7 +1144,7 @@ When not inside a field, move to the previous button or field."
|
||||
field)))
|
||||
|
||||
(defun widget-field-buffer (widget)
|
||||
"Return the start of WIDGET's editing field."
|
||||
"Return the buffer of WIDGET's editing field."
|
||||
(let ((overlay (widget-get widget :field-overlay)))
|
||||
(cond ((overlayp overlay)
|
||||
(overlay-buffer overlay))
|
||||
|
Loading…
Reference in New Issue
Block a user