]> git.eshelyaron.com Git - emacs.git/commitdiff
(Table Recognition): Use "at point" instead of "under point"
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2011 22:39:21 +0000 (00:39 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2011 22:39:21 +0000 (00:39 +0200)
Fixes: debbugs:4345
doc/emacs/ChangeLog
doc/emacs/text.texi

index cc35e79c13547342b37e9ff1a8760d595589db38..bd5cfdce66b02d7cca009872c8403aa4baf48849 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * text.texi (Table Recognition): Use "at point" instead of "under
+       point" (bug#4345).
+
        * display.texi (Cursor Display): Mention `cursor-type'.
 
        * screen.texi (Point): Clarify that it's only if you use a block
index dbda771e6a3295f444def7045f2f64ad1f91d167..e3f5c05d8daa1552d3e3eb39000ee68bdabfa61c 100644 (file)
@@ -2506,16 +2506,16 @@ Recognize tables within the current region and activate them.
 Deactivate tables within the current region.
 @findex table-recognize-table
 @item M-x table-recognize-table
-Recognize the table under point and activate it.
+Recognize the table at point and activate it.
 @findex table-unrecognize-table
 @item M-x table-unrecognize-table
-Deactivate the table under point.
+Deactivate the table at point.
 @findex table-recognize-cell
 @item M-x table-recognize-cell
-Recognize the cell under point and activate it.
+Recognize the cell at point and activate it.
 @findex table-unrecognize-cell
 @item M-x table-unrecognize-cell
-Deactivate the cell under point.
+Deactivate the cell at point.
 @end table
 
   For another way of converting text into tables, see @ref{Table