From: Andreas Schwab Date: Fri, 8 Feb 2002 12:29:15 +0000 (+0000) Subject: Fix description of minibuffer-prompt-end. X-Git-Tag: ttn-vms-21-2-B4~16779 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d586cf1e250753112eb7a32fe95911e4ff36a2fc;p=emacs.git Fix description of minibuffer-prompt-end. --- diff --git a/etc/NEWS b/etc/NEWS index 3cd41801aff..b365e80c8d7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -4665,9 +4665,9 @@ To disallow this completely (like previous versions of emacs), customize the variable `minibuffer-prompt-properties', and turn on the `Inviolable' option. -The function minibuffer-prompt-end returns the current position of the +The function `minibuffer-prompt-end' returns the current position of the end of the minibuffer prompt, if the minibuffer is current. -Otherwise, it returns zero. +Otherwise, it returns `(point-min)'. ** New `field' abstraction in buffers.