From d648feab656da75e66d6cd43a357d5d626da6261 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 13 Jul 2011 00:39:21 +0200 Subject: [PATCH] (Table Recognition): Use "at point" instead of "under point" Fixes: debbugs:4345 --- doc/emacs/ChangeLog | 3 +++ doc/emacs/text.texi | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index cc35e79c135..bd5cfdce66b 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,8 @@ 2011-07-12 Lars Magne Ingebrigtsen + * 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 diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index dbda771e6a3..e3f5c05d8da 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -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 -- 2.39.5