aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/text.texi3
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 4143c2ae76b..fcf1d3340b1 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -4,6 +4,7 @@
4 buffer-disable-undo. 4 buffer-disable-undo.
5 (Filling): Add cross-reference for hard newlines. 5 (Filling): Add cross-reference for hard newlines.
6 (Sorting): Fix indentation. 6 (Sorting): Fix indentation.
7 (Columns): Comment out undefined behavior.
7 8
82013-08-16 Xue Fuqiao <xfq.free@gmail.com> 92013-08-16 Xue Fuqiao <xfq.free@gmail.com>
9 10
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 83035cb792d..38b0136de2e 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -2140,9 +2140,12 @@ line and point.
2140When called interactively, @var{column} is the value of prefix numeric 2140When called interactively, @var{column} is the value of prefix numeric
2141argument. If @var{column} is not an integer, an error is signaled. 2141argument. If @var{column} is not an integer, an error is signaled.
2142 2142
2143@c This behavior used to be documented until 2013/08.
2144@ignore
2143If column @var{column} is beyond the end of the line, point moves to 2145If column @var{column} is beyond the end of the line, point moves to
2144the end of the line. If @var{column} is negative, point moves to the 2146the end of the line. If @var{column} is negative, point moves to the
2145beginning of the line. 2147beginning of the line.
2148@end ignore
2146 2149
2147If it is impossible to move to column @var{column} because that is in 2150If it is impossible to move to column @var{column} because that is in
2148the middle of a multicolumn character such as a tab, point moves to the 2151the middle of a multicolumn character such as a tab, point moves to the