aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-02-08 12:29:15 +0000
committerAndreas Schwab2002-02-08 12:29:15 +0000
commitd586cf1e250753112eb7a32fe95911e4ff36a2fc (patch)
tree274ab6b4c7e169a1690f4ae26de3aed3cfbbad45
parent45610c983765e9b1d2dcff846b8a97096f751800 (diff)
downloademacs-d586cf1e250753112eb7a32fe95911e4ff36a2fc.tar.gz
emacs-d586cf1e250753112eb7a32fe95911e4ff36a2fc.zip
Fix description of minibuffer-prompt-end.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
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
4665the variable `minibuffer-prompt-properties', and turn on the 4665the variable `minibuffer-prompt-properties', and turn on the
4666`Inviolable' option. 4666`Inviolable' option.
4667 4667
4668The function minibuffer-prompt-end returns the current position of the 4668The function `minibuffer-prompt-end' returns the current position of the
4669end of the minibuffer prompt, if the minibuffer is current. 4669end of the minibuffer prompt, if the minibuffer is current.
4670Otherwise, it returns zero. 4670Otherwise, it returns `(point-min)'.
4671 4671
4672** New `field' abstraction in buffers. 4672** New `field' abstraction in buffers.
4673 4673