branch: externals/ftable
commit 33b32ba7967fe68be42a907cb003d2e7bd90c3b0
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@gmail.com>

    * ftable.el (ftable-edit-cell): Fix typos.
---
 ftable.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ftable.el b/ftable.el
index 5af7eda..13caf2f 100644
--- a/ftable.el
+++ b/ftable.el
@@ -45,7 +45,7 @@
   :group 'text)
 
 (defcustom ftable-fill-column fill-column
-  "Basically `fill-column' for fill-table."
+  "Basically `fill-column' for ftable."
   :local t
   :type 'number)
 
@@ -513,7 +513,7 @@ Return a new string."
   (interactive)
   (pcase-let* ((pt (point))
                (p-column (- (point) (line-beginning-position)))
-               (`(,text ,beg ,end cell-p,tablep ,charset)
+               (`(,text ,beg ,end ,cell-p,tablep ,charset)
                 (ftable--table-info))
                (x -1)
                ;; If these two characters are the same, we will count

Reply via email to