From: Lars Magne Ingebrigtsen Date: Tue, 12 Jul 2011 22:39:21 +0000 (+0200) Subject: (Table Recognition): Use "at point" instead of "under point" X-Git-Tag: emacs-pretest-24.0.90~104^2~337 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d648feab656da75e66d6cd43a357d5d626da6261;p=emacs.git (Table Recognition): Use "at point" instead of "under point" Fixes: debbugs:4345 --- 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