# HG changeset patch # User Romain Francoise # Date 1128104958 0 # Node ID ee26002f84d8f61dcd7ac92398f24740cac3f89e # Parent 05dee0d6371dc5d7887e6973ca3480f343f402b4 (Minibuffer): The default value now appears before the colon in minibuffer prompts. diff -r 05dee0d6371d -r ee26002f84d8 man/ChangeLog --- 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 + + * mini.texi (Minibuffer): The default value now appears before the + colon in minibuffer prompts. + 2005-09-28 Simon Josefsson * message.texi (IDNA): Fix. diff -r 05dee0d6371d -r ee26002f84d8 man/mini.texi --- 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