branch: externals/valign
commit 27998c6502ee65e2c1fe05393cc7a5ffad074af9
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
Update documentation
* README.org: Update documentation.
* valign.el: Update documentation.
---
README.org | 2 +-
valign.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index d92efb9..772c0b7 100644
--- a/README.org
+++ b/README.org
@@ -17,7 +17,7 @@ To use this package, load it and add ~valign-mode~ to
~org-mode-hook~ or ~markdo
*Note:*
-For table.el tables to work with valign, each cell has to have at least one
space on the right. You can use
[[https://github.com/casouri/ftable][ftable.el]] to fill the table for you.
+For table.el tables to work with valign, each cell has to have at least one
space on the right and no space on the left. You can use
[[https://github.com/casouri/ftable][ftable.el]] to auto-layout the table for
you.
* Install with quelpa
diff --git a/valign.el b/valign.el
index 857e3d5..b140c74 100644
--- a/valign.el
+++ b/valign.el
@@ -22,8 +22,8 @@
;; major mode hook like `org-mode-hook'.
;;
;; For table.el tables to work with valign, each cell has to have at
-;; least one space on the right. You can use ftable.el to fill the
-;; table for you.
+;; least one space on the right and no space on the left. You can use
+;; ftable.el to auto-layout the table for you.
;;
;; TODO:
;;