aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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