Mercurial > emacs
changeset 65757:ee26002f84d8
(Minibuffer): The default value now appears before the colon in
minibuffer prompts.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Fri, 30 Sep 2005 18:29:18 +0000 |
parents | 05dee0d6371d |
children | 028c8f536edb |
files | man/ChangeLog man/mini.texi |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Fri Sep 30 18:28:47 2005 +0000 +++ b/man/ChangeLog Fri Sep 30 18:29:18 2005 +0000 @@ -1,3 +1,8 @@ +2005-09-30 Romain Francoise <romain@orebokech.com> + + * mini.texi (Minibuffer): The default value now appears before the + colon in minibuffer prompts. + 2005-09-28 Simon Josefsson <jas@extundo.com> * message.texi (IDNA): Fix.
--- a/man/mini.texi Fri Sep 30 18:28:47 2005 +0000 +++ b/man/mini.texi Fri Sep 30 18:29:18 2005 +0000 @@ -22,7 +22,7 @@ prompt normally ends with a colon. @cindex default argument - Sometimes a @dfn{default argument} appears in parentheses after the + Sometimes a @dfn{default argument} appears in parentheses before the colon; it too is part of the prompt. The default will be used as the argument value if you enter an empty argument (that is, just type @key{RET}). For example, commands that read buffer names always show a