diff options
| author | Eli Zaretskii | 2022-09-10 11:48:11 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-09-10 11:48:11 +0300 |
| commit | 433fc8bebfef40130bf62f17e5349560b62e566e (patch) | |
| tree | 34cea6d165ca46e2ea054d1cfe1f66375e294fba | |
| parent | d22aacd930292e998df1225b2321b4213915cecf (diff) | |
| download | emacs-433fc8bebfef40130bf62f17e5349560b62e566e.tar.gz emacs-433fc8bebfef40130bf62f17e5349560b62e566e.zip | |
; * lisp/minibuffer.el (format-prompt): Doc fix.
| -rw-r--r-- | lisp/minibuffer.el | 6 |
1 files 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 | |||
| 4461 | string, and FORMAT-ARGS are the arguments to be substituted into | 4461 | string, and FORMAT-ARGS are the arguments to be substituted into |
| 4462 | it. See `format' for details. | 4462 | it. See `format' for details. |
| 4463 | 4463 | ||
| 4464 | Both PROMTP and `minibuffer-default-prompt-format' are run | 4464 | Both PROMPT and `minibuffer-default-prompt-format' are run |
| 4465 | through `substitute-command-keys' (which see). In particular, | 4465 | through `substitute-command-keys' (which see). In particular, |
| 4466 | this means that single quotes may be adjusted for the current | 4466 | this means that single quotes may be displayed by equivalent |
| 4467 | terminal. | 4467 | characters, according to the capabilities of the terminal. |
| 4468 | 4468 | ||
| 4469 | If DEFAULT is a list, the first element is used as the default. | 4469 | If DEFAULT is a list, the first element is used as the default. |
| 4470 | If not, the element is used as is. | 4470 | If not, the element is used as is. |