emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113935: * doc/emacs/text.texi (Columns): Comment ou


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113935: * doc/emacs/text.texi (Columns): Comment out undefined behavior.
Date: Sat, 17 Aug 2013 10:46:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113935
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-17 18:46:11 +0800
message:
  * doc/emacs/text.texi (Columns): Comment out undefined behavior.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-17 08:04:31 +0000
+++ b/doc/lispref/ChangeLog     2013-08-17 10:46:11 +0000
@@ -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  <address@hidden>
 

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-08-17 08:04:31 +0000
+++ b/doc/lispref/text.texi     2013-08-17 10:46:11 +0000
@@ -2140,9 +2140,12 @@
 When called interactively, @var{column} is the value of prefix numeric
 argument.  If @var{column} is not an integer, an error is signaled.
 
address@hidden This behavior used to be documented until 2013/08.
address@hidden
 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.
address@hidden 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


reply via email to

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