]> git.eshelyaron.com Git - emacs.git/commit
Clarify description of format-spec truncation
authorBasil L. Contovounesios <basil@contovou.net>
Sun, 17 Mar 2024 12:04:32 +0000 (13:04 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:14:56 +0000 (15:14 +0100)
commit7c2b8e34d1a87fe2f26c542057afc1df634690b0
treebbbeec16420f3f90b3190ed143ee5fd819f65b85
parent0824036d0e9e9ce83272af6f085a0a8e55a1fd48
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.

(cherry picked from commit 689f04a2ddfae856153bed762cc1461d66ec88de)
doc/lispref/strings.texi
lisp/format-spec.el