1
0
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:
Lars Hansen 2004-07-09 21:50:42 +00:00
parent a29ccd9f0a
commit 80a7a1bff5
2 changed files with 5 additions and 1 deletions

View File

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

View File

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