diff options
| -rw-r--r-- | man/text.texi | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/man/text.texi b/man/text.texi index c6a3d4a5c57..c073c1de5cf 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -1558,10 +1558,15 @@ in that file's directory. Before running @TeX{}, it offers to save any | |||
| 1558 | modified buffers. Generally, you need to use (@code{tex-file}) twice to | 1558 | modified buffers. Generally, you need to use (@code{tex-file}) twice to |
| 1559 | get the cross-references right. | 1559 | get the cross-references right. |
| 1560 | 1560 | ||
| 1561 | @vindex tex-start-options-string | 1561 | @vindex tex-start-options |
| 1562 | The value of the variable @code{tex-start-options-string} specifies | 1562 | The value of the variable @code{tex-start-options} specifies |
| 1563 | options for the @TeX{} run. The default value causes @TeX{} to run in | 1563 | options for the @TeX{} run. |
| 1564 | nonstop mode. To run @TeX{} interactively, set the variable to @code{""}. | 1564 | |
| 1565 | @vindex tex-start-commands | ||
| 1566 | The value of the variable @code{tex-start-commands} specifies @TeX{} | ||
| 1567 | commands for starting @TeX{}. The default value causes @TeX{} to run | ||
| 1568 | in nonstop mode. To run @TeX{} interactively, set the variable to | ||
| 1569 | @code{""}. | ||
| 1565 | 1570 | ||
| 1566 | @vindex tex-main-file | 1571 | @vindex tex-main-file |
| 1567 | Large @TeX{} documents are often split into several files---one main | 1572 | Large @TeX{} documents are often split into several files---one main |
| @@ -1624,8 +1629,6 @@ can be used with @kbd{M-x format-find-file}, for instance. | |||
| 1624 | @findex tildify-region | 1629 | @findex tildify-region |
| 1625 | @cindex ties, @TeX{}, inserting | 1630 | @cindex ties, @TeX{}, inserting |
| 1626 | @cindex hard spaces, @TeX{}, inserting | 1631 | @cindex hard spaces, @TeX{}, inserting |
| 1627 | @cindex SGML | ||
| 1628 | @cindex HTML | ||
| 1629 | The commands @kbd{M-x tildify-buffer} and @kbd{M-x tildify-region} | 1632 | The commands @kbd{M-x tildify-buffer} and @kbd{M-x tildify-region} |
| 1630 | insert @samp{~} (@dfn{tie}) characters where they are conventionally | 1633 | insert @samp{~} (@dfn{tie}) characters where they are conventionally |
| 1631 | required. This is set up for Czech---customize the group | 1634 | required. This is set up for Czech---customize the group |
| @@ -1735,10 +1738,10 @@ contains a list of ideas for future enhancements. | |||
| 1735 | @node Requesting Formatted Text | 1738 | @node Requesting Formatted Text |
| 1736 | @subsection Requesting to Edit Formatted Text | 1739 | @subsection Requesting to Edit Formatted Text |
| 1737 | 1740 | ||
| 1738 | Whenever you visit a file that Emacs saved in the text/enriched format, | 1741 | Whenever you visit a file that Emacs saved in the text/enriched |
| 1739 | Emacs automatically converts the formatting information in the file into | 1742 | format, Emacs automatically converts the formatting information in the |
| 1740 | Emacs's own internal format (text properties), and turns on Enriched | 1743 | file into Emacs's own internal format (known as @dfn{text |
| 1741 | mode. | 1744 | properties}), and turns on Enriched mode. |
| 1742 | 1745 | ||
| 1743 | @findex enriched-mode | 1746 | @findex enriched-mode |
| 1744 | To create a new file of formatted text, first visit the nonexistent | 1747 | To create a new file of formatted text, first visit the nonexistent |
| @@ -1775,6 +1778,9 @@ annotations to have names starting with @samp{x-}, as in | |||
| 1775 | @samp{x-read-only}. This ensures that they will not conflict with | 1778 | @samp{x-read-only}. This ensures that they will not conflict with |
| 1776 | standard annotations that may be added later. | 1779 | standard annotations that may be added later. |
| 1777 | 1780 | ||
| 1781 | @xref{Text Properties,,, elisp, the Emacs Lisp Reference Manual}, | ||
| 1782 | for more information about text properties. | ||
| 1783 | |||
| 1778 | @node Hard and Soft Newlines | 1784 | @node Hard and Soft Newlines |
| 1779 | @subsection Hard and Soft Newlines | 1785 | @subsection Hard and Soft Newlines |
| 1780 | @cindex hard newline | 1786 | @cindex hard newline |