diff options
Diffstat (limited to 'lisp/delim-col.el')
-rw-r--r-- | lisp/delim-col.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/delim-col.el b/lisp/delim-col.el index d16a03cc8d0..bb4b5f4ab66 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el @@ -179,11 +179,11 @@ Valid values are: `delimit-columns-separator' and then followed by spaces. For example, the result is: \"<ccc>: <dddd>: \" - 'separator align separators. That is, `delimit-columns-after' is followed + `separator' align separators. That is, `delimit-columns-after' is followed by spaces and then followed by `delimit-columns-separator'. For example, the result is: \"<ccc> :<dddd> :\" - 'padding format column by filling with spaces before + `padding' format column by filling with spaces before `delimit-columns-after'. That is, spaces are followed by `delimit-columns-after' and then followed by `delimit-columns-separator'. |