From 433fc8bebfef40130bf62f17e5349560b62e566e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Sep 2022 11:48:11 +0300 Subject: [PATCH] ; * lisp/minibuffer.el (format-prompt): Doc fix. --- lisp/minibuffer.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 9dbada87cb3..9f26e4f7f98 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -4461,10 +4461,10 @@ FORMAT-ARGS is non-nil, PROMPT is used as a format control string, and FORMAT-ARGS are the arguments to be substituted into it. See `format' for details. -Both PROMTP and `minibuffer-default-prompt-format' are run +Both PROMPT and `minibuffer-default-prompt-format' are run through `substitute-command-keys' (which see). In particular, -this means that single quotes may be adjusted for the current -terminal. +this means that single quotes may be displayed by equivalent +characters, according to the capabilities of the terminal. If DEFAULT is a list, the first element is used as the default. If not, the element is used as is. -- 2.39.2