]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention that `minibuffer-prompt-properties' can be used to disallow
authorMiles Bader <miles@gnu.org>
Tue, 21 Nov 2000 18:02:47 +0000 (18:02 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 21 Nov 2000 18:02:47 +0000 (18:02 +0000)
point from moving into the prompt.

etc/NEWS

index 8724401e39c4340df166718c6341a9f664118369..98885b0ca4589f6a8915c7759879efa34e61b3e1 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3298,6 +3298,9 @@ platform-specific functions such as `x-display-pixel-width'.
 ** 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.