; * 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
|
||||
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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue