emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105146: (Table Recognition): Use "at


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105146: (Table Recognition): Use "at point" instead of "under point"
Date: Wed, 13 Jul 2011 00:39:21 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105146
fixes bug(s): http://debbugs.gnu.org/4345
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-13 00:39:21 +0200
message:
  (Table Recognition): Use "at point" instead of "under point"
modified:
  doc/emacs/ChangeLog
  doc/emacs/text.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-07-12 22:37:20 +0000
+++ b/doc/emacs/ChangeLog       2011-07-12 22:39:21 +0000
@@ -1,5 +1,8 @@
 2011-07-12  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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

=== modified file 'doc/emacs/text.texi'
--- a/doc/emacs/text.texi       2011-07-10 03:11:47 +0000
+++ b/doc/emacs/text.texi       2011-07-12 22:39:21 +0000
@@ -2506,16 +2506,16 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]