]> git.eshelyaron.com Git - emacs.git/commitdiff
Document minibuffer-default-prompt-format in manual
authorStefan Kangas <stefan@marxist.se>
Tue, 5 Oct 2021 14:34:07 +0000 (16:34 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 5 Oct 2021 14:35:40 +0000 (16:35 +0200)
* doc/emacs/mini.texi (Basic Minibuffer): Mention
minibuffer-default-prompt-format.  (Bug#50935)

doc/emacs/mini.texi

index 6dcee3fa824bb713935679bdfb8a048d2a66ac54..b0f6e424a7f074589779f919ea3d31e5fa263593 100644 (file)
@@ -41,11 +41,14 @@ Alternatively, you can type @kbd{C-g} to exit the minibuffer by
 canceling the command asking for the argument (@pxref{Quitting}).
 
 @cindex default argument
+@vindex minibuffer-default-prompt-format
   Sometimes, the prompt shows a @dfn{default argument}, inside
 parentheses before the colon.  This default will be used as the
 argument if you just type @key{RET}.  For example, commands that read
 buffer names usually show a buffer name as the default; you can type
-@key{RET} to operate on that default buffer.
+@key{RET} to operate on that default buffer.  You can customize how
+the default argument is shown with the user option
+@code{minibuffer-default-prompt-format}.
 
 @cindex Minibuffer Electric Default mode
 @cindex mode, Minibuffer Electric Default