diff options
| author | Nicolas P. Rougier <Nicolas.Rougier@inria.fr> | 2025-12-06 07:46:13 +0100 |
|---|---|---|
| committer | Nicolas P. Rougier <Nicolas.Rougier@inria.fr> | 2025-12-06 07:46:13 +0100 |
| commit | 8d70286c3fda845f3b8d97a937248670ca002f13 (patch) | |
| tree | c92e8e273c80b78cf2dff43c65820ff304472f0b | |
| parent | 19836226bb244b6294419cef0e069908285b23ef (diff) | |
| -rw-r--r-- | mode-line-maker.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-line-maker.el b/mode-line-maker.el index b6d4cfa..1c319e6 100644 --- a/mode-line-maker.el +++ b/mode-line-maker.el @@ -254,7 +254,7 @@ for the prefix and the suffix." It takes care of truncating the left part, the right part or both depending on the 'mode-line-maker-truncation-rule'. ALIGNMENT can be specified to replace the default 'mode-line-maker-alignment'. PIXELWISE -specified whether pixel perfect alignment shoudl be computed (slower)." +specified whether pixel perfect alignment should be computed (slower)." (let* ((right (format-mode-line right)) (right-width (string-width right)) |
