aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/table.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/table.el')
-rw-r--r--lisp/textmodes/table.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 08a45b6b302..65f6d98ef79 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -173,19 +173,19 @@
173;; +-------------------------------+----------------------------------+ 173;; +-------------------------------+----------------------------------+
174;; |`table-recognize' |Recognize all tables in the | 174;; |`table-recognize' |Recognize all tables in the |
175;; |`table-unrecognize' |current buffer and | 175;; |`table-unrecognize' |current buffer and |
176;; | |activate/inactivate them. | 176;; | |activate/deactivate them. |
177;; +-------------------------------+----------------------------------+ 177;; +-------------------------------+----------------------------------+
178;; |`table-recognize-region' |Recognize all the cells in a | 178;; |`table-recognize-region' |Recognize all the cells in a |
179;; |`table-unrecognize-region' |region and activate/inactivate | 179;; |`table-unrecognize-region' |region and activate/deactivate |
180;; | |them. | 180;; | |them. |
181;; +-------------------------------+----------------------------------+ 181;; +-------------------------------+----------------------------------+
182;; |`table-recognize-table' |Recognize all the cells in a | 182;; |`table-recognize-table' |Recognize all the cells in a |
183;; |`table-unrecognize-table' |single table and | 183;; |`table-unrecognize-table' |single table and |
184;; | |activate/inactivate them. | 184;; | |activate/deactivate them. |
185;; +-------------------------------+----------------------------------+ 185;; +-------------------------------+----------------------------------+
186;; |`table-recognize-cell' |Recognize a cell. Find a cell | 186;; |`table-recognize-cell' |Recognize a cell. Find a cell |
187;; |`table-unrecognize-cell' |which contains the current point | 187;; |`table-unrecognize-cell' |which contains the current point |
188;; | |and activate/inactivate that cell.| 188;; | |and activate/deactivate that cell.|
189;; +-------------------------------+----------------------------------+ 189;; +-------------------------------+----------------------------------+
190;; |`table-forward-cell' |Move point to the next Nth cell in| 190;; |`table-forward-cell' |Move point to the next Nth cell in|
191;; | |a table. | 191;; | |a table. |
@@ -3856,7 +3856,7 @@ companion command to `table-capture' this way.
3856;;;###autoload 3856;;;###autoload
3857(defun table-release () 3857(defun table-release ()
3858 "Convert a table into plain text by removing the frame from a table. 3858 "Convert a table into plain text by removing the frame from a table.
3859Remove the frame from a table and inactivate the table. This command 3859Remove the frame from a table and deactivate the table. This command
3860converts a table into plain text without frames. It is a companion to 3860converts a table into plain text without frames. It is a companion to
3861`table-capture' which does the opposite process." 3861`table-capture' which does the opposite process."
3862 (interactive) 3862 (interactive)