mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(Table Recognition): Use "at point" instead of "under point"
Fixes: debbugs:4345
This commit is contained in:
parent
4cb4f3ba22
commit
d648feab65
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user