aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-16 14:03:18 +0800
committerXue Fuqiao2013-08-16 14:03:18 +0800
commitbd805d5baef783126eaf1c290e0e4fb4d95774d3 (patch)
tree077b8cb5b2ae84f153ecb84cbf1165c5ccd96398
parent526e5233cc0e2375798bdc79329a893302fdfb4b (diff)
downloademacs-bd805d5baef783126eaf1c290e0e4fb4d95774d3.tar.gz
emacs-bd805d5baef783126eaf1c290e0e4fb4d95774d3.zip
doc/lispref/text.texi(Margins): Add an index.
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/text.texi2
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index fcb47b30f9a..41c31244668 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,6 +1,7 @@
12013-08-16 Xue Fuqiao <xfq.free@gmail.com> 12013-08-16 Xue Fuqiao <xfq.free@gmail.com>
2 2
3 * text.texi (Insertion): Refine. 3 * text.texi (Insertion): Refine.
4 (Margins): Add an index.
4 5
5 * positions.texi (Character Motion): 6 * positions.texi (Character Motion):
6 * markers.texi (Moving Markers): 7 * markers.texi (Moving Markers):
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 17a1798be2f..a1b78b213b1 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -484,6 +484,7 @@ it except to install it on a keymap.
484 484
485In an interactive call, @var{count} is the numeric prefix argument. 485In an interactive call, @var{count} is the numeric prefix argument.
486 486
487@c FIXME: This variable is obsolete since 23.1.
487Self-insertion translates the input character through 488Self-insertion translates the input character through
488@code{translation-table-for-input}. @xref{Translation of Characters}. 489@code{translation-table-for-input}. @xref{Translation of Characters}.
489 490
@@ -1613,6 +1614,7 @@ newlines'' act as paragraph separators.
1613 1614
1614@node Margins 1615@node Margins
1615@section Margins for Filling 1616@section Margins for Filling
1617@cindex margins, filling
1616 1618
1617@defopt fill-prefix 1619@defopt fill-prefix
1618This buffer-local variable, if non-@code{nil}, specifies a string of 1620This buffer-local variable, if non-@code{nil}, specifies a string of