From: Romain Francoise Date: Fri, 30 Sep 2005 18:29:18 +0000 (+0000) Subject: (Minibuffer): The default value now appears before the colon in X-Git-Tag: emacs-pretest-22.0.90~6891 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42b5e85ecd6609f0c35edb9eeb24936b431e940c;p=emacs.git (Minibuffer): The default value now appears before the colon in minibuffer prompts. --- diff --git a/man/ChangeLog b/man/ChangeLog index be1837d9cbf..3e1d6732f0f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/man/mini.texi b/man/mini.texi index 3797260f9cc..a76be23ba7d 100644 --- a/man/mini.texi +++ b/man/mini.texi @@ -22,7 +22,7 @@ derived from the name of the command that the argument is for. The 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