mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/format-spec.el (format-spec): Doc fix. (Bug#80078)
This commit is contained in:
parent
28aa9a7641
commit
1d45be0b09
1 changed files with 4 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ value associated with ?b in SPECIFICATION, either padding it with
|
|||
leading zeros or truncating leading characters until it's ten
|
||||
characters wide\".
|
||||
|
||||
the substitution for a specification character can also be a
|
||||
The substitution for a specification character can also be a
|
||||
function, taking no arguments and returning a string to be used
|
||||
for the replacement. It will only be called if FORMAT uses that
|
||||
character. For example:
|
||||
|
|
@ -73,6 +73,9 @@ like above, so that it is compiled by the byte-compiler.
|
|||
|
||||
Any text properties of FORMAT are copied to the result, with any
|
||||
text properties of a %-spec itself copied to its substitution.
|
||||
However, note that face properties from the two sources are not
|
||||
merged; the face properties of %-spec override the face properties
|
||||
of substitutions, if any, in the result.
|
||||
|
||||
IGNORE-MISSING indicates how to handle %-spec characters not
|
||||
present in SPECIFICATION. If it is nil or omitted, emit an
|
||||
|
|
|
|||
Loading…
Reference in a new issue