diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-05-24 14:00:12 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-05-24 14:00:12 +0100 |
commit | cddb0079ff48fb839be742b157b709d1f1649709 (patch) | |
tree | afd6e2e448a9c4587527b4bedc4293f39093131c | |
parent | d6a0b66a0cf44389c7474a60dd23cbf666e78537 (diff) | |
download | emacs-cddb0079ff48fb839be742b157b709d1f1649709.tar.gz |
; * lisp/format-spec.el (format-spec): Fix typo.
-rw-r--r-- | lisp/format-spec.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/format-spec.el b/lisp/format-spec.el index ee545d6d972..f418cea4259 100644 --- a/lisp/format-spec.el +++ b/lisp/format-spec.el @@ -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: |