comparison etc/NEWS @ 65756:05dee0d6371d

Mention changes to `read-buffer'.
author Romain Francoise <romain@orebokech.com>
date Fri, 30 Sep 2005 18:28:47 +0000
parents 885a19e90e81
children 944807739835
comparison
equal deleted inserted replaced
65755:7b615e6c0ea5 65756:05dee0d6371d
3696 vector into the variable and returns t. 3696 vector into the variable and returns t.
3697 3697
3698 If the variable is itself nil, then `frame-or-buffer-changed-p' uses, 3698 If the variable is itself nil, then `frame-or-buffer-changed-p' uses,
3699 for compatibility, an internal variable which exists only for this 3699 for compatibility, an internal variable which exists only for this
3700 purpose. 3700 purpose.
3701
3702 +++
3703 *** The function `read-buffer' follows the convention for reading from
3704 the minibuffer with a default value: if DEF is non-nil, the minibuffer
3705 prompt provided in PROMPT is edited to show the default value provided
3706 in DEF before the terminal colon and space.
3701 3707
3702 ** Local variables lists: 3708 ** Local variables lists:
3703 3709
3704 +++ 3710 +++
3705 *** Text properties in local variables. 3711 *** Text properties in local variables.