From 42b5e85ecd6609f0c35edb9eeb24936b431e940c Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Fri, 30 Sep 2005 18:29:18 +0000 Subject: [PATCH] (Minibuffer): The default value now appears before the colon in minibuffer prompts. --- man/ChangeLog | 5 +++++ man/mini.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2