]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-field-buffer): Doc fix.
authorLars Hansen <larsh@soem.dk>
Fri, 9 Jul 2004 21:50:42 +0000 (21:50 +0000)
committerLars Hansen <larsh@soem.dk>
Fri, 9 Jul 2004 21:50:42 +0000 (21:50 +0000)
lisp/ChangeLog
lisp/wid-edit.el

index 38593306e2e28c5e4e879e996fe6fb9ec7809f1a..85d71487d7563c1eeab773fc1edb3fda9d774d5b 100644 (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
index a37f4871bebafe95557769e945fad7dfb1ad5b64..8029fb3d5a6eae43ed9d9b41962b2ccf837d1c6d 100644 (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))