summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBasil L. Contovounesios <basil@contovou.net>2024-03-17 13:04:32 +0100
committerBasil L. Contovounesios <basil@contovou.net>2024-03-21 10:43:17 +0100
commit689f04a2ddfae856153bed762cc1461d66ec88de (patch)
treeb662210dac531ff2ac5ed0faa5a1f2370666103f /doc
parent759dedfab07a1c4db49c1291c9dde2aee648919d (diff)
downloademacs-689f04a2ddfae856153bed762cc1461d66ec88de.tar.gz
Clarify description of format-spec truncation
* doc/lispref/strings.texi (Custom Format Strings): Mention that precision specifier affects both '<' and '>' truncation (bug#69822). * lisp/format-spec.el (format-spec, format-spec--do-flags): Use same terminology as 'format', especially when referring to its behavior.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/strings.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index a364fef3aab..eca69002779 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -1369,7 +1369,7 @@ given width and precision, if specified.
@item >
This flag causes the substitution to be truncated on the right to the
-given width, if specified.
+given width and precision, if specified.
@item ^
This flag converts the substituted text to upper case (@pxref{Case