]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/text.texi (Columns): Comment out undefined behavior.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 17 Aug 2013 10:46:11 +0000 (18:46 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 17 Aug 2013 10:46:11 +0000 (18:46 +0800)
doc/lispref/ChangeLog
doc/lispref/text.texi

index 4143c2ae76be65f391e6edcbda3d798629a0ad98..fcf1d3340b10b2c77ec343bb984ec327e348b7d0 100644 (file)
@@ -4,6 +4,7 @@
        buffer-disable-undo.
        (Filling): Add cross-reference for hard newlines.
        (Sorting): Fix indentation.
+       (Columns): Comment out undefined behavior.
 
 2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
 
index 83035cb792d92a60c4a1061e7fba23cfe0cf4f3a..38b0136de2e0edfb8e4bbda345ca9d3269a8c83f 100644 (file)
@@ -2140,9 +2140,12 @@ line and point.
 When called interactively, @var{column} is the value of prefix numeric
 argument.  If @var{column} is not an integer, an error is signaled.
 
+@c This behavior used to be documented until 2013/08.
+@ignore
 If column @var{column} is beyond the end of the line, point moves to
 the end of the line.  If @var{column} is negative, point moves to the
 beginning of the line.
+@end ignore
 
 If it is impossible to move to column @var{column} because that is in
 the middle of a multicolumn character such as a tab, point moves to the