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

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

[elpa] externals/latex-table-wizard 3b53c528c7 19/70: Clarify commentary


From: ELPA Syncer
Subject: [elpa] externals/latex-table-wizard 3b53c528c7 19/70: Clarify commentary and fix typo
Date: Sat, 13 May 2023 08:59:11 -0400 (EDT)

branch: externals/latex-table-wizard
commit 3b53c528c78b973aa54dacbb139c0731287c099b
Author: Enrico Flor <nericoflor@gmail.com>
Commit: Enrico Flor <nericoflor@gmail.com>

    Clarify commentary and fix typo
---
 latex-table-wizard.el | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/latex-table-wizard.el b/latex-table-wizard.el
index effe9b865f..38122e528f 100644
--- a/latex-table-wizard.el
+++ b/latex-table-wizard.el
@@ -36,20 +36,23 @@
 ;; output text into aligned colums.
 
 ;; With this package you can navigate and edit these tables easily
-;; even if the source text is not aligned, because you will have
-;; movement commands that specfically target cells in the four
-;; directions of motion.
+;; even if the source text is not aligned (although there is a command
+;; to align them), because you will have movement commands that
+;; specfically target cells in the four directions of motion in a
+;; logical way.  This means that these movement and edit commands see
+;; the table as a set of pairs of values (for column and row) instead
+;; of as a buffer substring.
 
-;; This package tries to be smart and not be fooled by the presence of
-;; embedded environments and embedded tables (that is, a table inside
-;; of the cell of a table).
+;; This package tries to be smart and parse the table without being
+;; fooled by the presence of embedded environments and embedded tables
+;; (that is, a table inside of the cell of a table).
 
 ;; The only command you need to remember (and perhaps bind a
 ;; conveniente key to) is latex-table-wizard-do.  This is actually a
 ;; transient prefix, so that all the other commands will be available
 ;; from a prompt in the echo area.  All the commands provided by this
 ;; package (including latex-table-wizard-do) assume that point is
-;; inside of the table-like enviornment you want to edit when they are
+;; inside of the table-like environment you want to edit when they are
 ;; called.
 
 ;; The keybinding set by default in the prefix latex-table-wizard-do



reply via email to

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