mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
; * lisp/format-spec.el (format-spec): Fix typo.
This commit is contained in:
parent
d6a0b66a0c
commit
cddb0079ff
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ For instance:
|
||||||
|
|
||||||
Each format spec can have modifiers, where \"%<010b\" means \"if
|
Each format spec can have modifiers, where \"%<010b\" means \"if
|
||||||
the expansion is shorter than ten characters, zero-pad it, and if
|
the expansion is shorter than ten characters, zero-pad it, and if
|
||||||
it's longer, chop off characters from the left size\".
|
it's longer, chop off characters from the left side\".
|
||||||
|
|
||||||
The following modifiers are allowed:
|
The following modifiers are allowed:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue