diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4665,9 +4665,9 @@ 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 | ||