emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ftable 33b32ba 09/14: * ftable.el (ftable-edit-cell): F


From: Stefan Monnier
Subject: [elpa] externals/ftable 33b32ba 09/14: * ftable.el (ftable-edit-cell): Fix typos.
Date: Mon, 2 Aug 2021 18:27:32 -0400 (EDT)

branch: externals/ftable
commit 33b32ba7967fe68be42a907cb003d2e7bd90c3b0
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@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

[Prev in Thread] Current Thread [Next in Thread]