diff options
| author | Xue Fuqiao | 2013-08-16 14:03:18 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-16 14:03:18 +0800 |
| commit | bd805d5baef783126eaf1c290e0e4fb4d95774d3 (patch) | |
| tree | 077b8cb5b2ae84f153ecb84cbf1165c5ccd96398 | |
| parent | 526e5233cc0e2375798bdc79329a893302fdfb4b (diff) | |
| download | emacs-bd805d5baef783126eaf1c290e0e4fb4d95774d3.tar.gz emacs-bd805d5baef783126eaf1c290e0e4fb4d95774d3.zip | |
doc/lispref/text.texi(Margins): Add an index.
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 2 |
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 @@ | |||
| 1 | 2013-08-16 Xue Fuqiao <xfq.free@gmail.com> | 1 | 2013-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 | ||
| 485 | In an interactive call, @var{count} is the numeric prefix argument. | 485 | In an interactive call, @var{count} is the numeric prefix argument. |
| 486 | 486 | ||
| 487 | @c FIXME: This variable is obsolete since 23.1. | ||
| 487 | Self-insertion translates the input character through | 488 | Self-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 |
| 1618 | This buffer-local variable, if non-@code{nil}, specifies a string of | 1620 | This buffer-local variable, if non-@code{nil}, specifies a string of |