changeset 33693:efa325b58d74

Mention that `minibuffer-prompt-properties' can be used to disallow point from moving into the prompt.
author Miles Bader <miles@gnu.org>
date Tue, 21 Nov 2000 18:02:47 +0000
parents 3f2fa039af24
children 3f0eabdbb9aa
files etc/NEWS
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Nov 21 17:54:40 2000 +0000
+++ b/etc/NEWS	Tue Nov 21 18:02:47 2000 +0000
@@ -3298,6 +3298,9 @@
 ** The minibuffer prompt is now actually inserted in the minibuffer.
 
 This makes it possible to scroll through the prompt, if you want to.
+To disallow this completely (like previous versions of emacs), customize
+the variable `minibuffer-prompt-properties', and turn on the
+`Inviolable' option.
 
 The function minubuffer-prompt-end returns the current position of the
 end of the minibuffer prompt, if the minibuffer is current.