comparison etc/NEWS @ 43184:de686446afd2

Fix description of minibuffer-prompt-end.
author Andreas Schwab <schwab@suse.de>
date Fri, 08 Feb 2002 12:29:15 +0000
parents c69608fb5b19
children 006c566af674
comparison
equal deleted inserted replaced
43183:0665cd668d8b 43184:de686446afd2
4663 This makes it possible to scroll through the prompt, if you want to. 4663 This makes it possible to scroll through the prompt, if you want to.
4664 To disallow this completely (like previous versions of emacs), customize 4664 To disallow this completely (like previous versions of emacs), customize
4665 the variable `minibuffer-prompt-properties', and turn on the 4665 the variable `minibuffer-prompt-properties', and turn on the
4666 `Inviolable' option. 4666 `Inviolable' option.
4667 4667
4668 The function minibuffer-prompt-end returns the current position of the 4668 The function `minibuffer-prompt-end' returns the current position of the
4669 end of the minibuffer prompt, if the minibuffer is current. 4669 end of the minibuffer prompt, if the minibuffer is current.
4670 Otherwise, it returns zero. 4670 Otherwise, it returns `(point-min)'.
4671 4671
4672 ** New `field' abstraction in buffers. 4672 ** New `field' abstraction in buffers.
4673 4673
4674 There is now code to support an abstraction called `fields' in emacs 4674 There is now code to support an abstraction called `fields' in emacs
4675 buffers. A field is a contiguous region of text with the same `field' 4675 buffers. A field is a contiguous region of text with the same `field'