branch: externals/csv-mode
commit de4d1e6f1cf8e9f027f38a2a3833b87430dbeb48
Author: Filipp Gunbin <[email protected]>
Commit: Filipp Gunbin <[email protected]>
packages/csv-mode/csv-mode.el: Fix csv-align-fields doc
(csv-align-fields): docstring mentioned csv-align-fields instead of
csv-align-padding
---
csv-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csv-mode.el b/csv-mode.el
index a4d9253..9c03fc8 100644
--- a/csv-mode.el
+++ b/csv-mode.el
@@ -1013,7 +1013,7 @@ point."
(defun csv-align-fields (hard beg end)
"Align all the fields in the region to form columns.
The alignment style is specified by `csv-align-style'. The number of
-spaces specified by `csv-align-fields' appears after each separator.
+spaces specified by `csv-align-padding' appears after each separator.
Use soft alignment done by displaying virtual white space after the
separators unless invoked with an argument, in which case insert real
space characters into the buffer after the separators.