diff options
| author | Eli Zaretskii | 2018-03-03 19:39:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-03-03 19:39:55 +0200 |
| commit | a0f71260f8d6685f307eb9ce92edaecc9f5f6fef (patch) | |
| tree | 93d28fb9262a358e5dd046cd21ffc14f8cbb70ce | |
| parent | adfe2f580f2359eb7e1b15aa0a39096273fe9995 (diff) | |
| download | emacs-a0f71260f8d6685f307eb9ce92edaecc9f5f6fef.tar.gz emacs-a0f71260f8d6685f307eb9ce92edaecc9f5f6fef.zip | |
Minor copyedits in doc/emacs/text.texi
* doc/emacs/text.texi (TeX Mode): Use @code for command markup.
(HTML Mode): Add a note about "C-x C-v" binding in HTML mode.
| -rw-r--r-- | doc/emacs/text.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index ffac2027f9d..c8e36411a5c 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -1518,8 +1518,8 @@ normally called automatically when you visit a @TeX{}-like file. | |||
| 1518 | this, Emacs chooses the mode specified by the variable | 1518 | this, Emacs chooses the mode specified by the variable |
| 1519 | @code{tex-default-mode}; its default value is @code{latex-mode}. If | 1519 | @code{tex-default-mode}; its default value is @code{latex-mode}. If |
| 1520 | Emacs does not guess right, you can select the correct variant of | 1520 | Emacs does not guess right, you can select the correct variant of |
| 1521 | @TeX{} mode using the command @kbd{M-x plain-tex-mode}, @kbd{M-x | 1521 | @TeX{} mode using the commands @code{plain-tex-mode}, |
| 1522 | latex-mode}, @kbd{M-x slitex-mode}, or @kbd{doctex-mode}. | 1522 | @code{latex-mode}, @code{slitex-mode}, or @code{doctex-mode}. |
| 1523 | 1523 | ||
| 1524 | The following sections document the features of @TeX{} mode and its | 1524 | The following sections document the features of @TeX{} mode and its |
| 1525 | variants. There are several other @TeX{}-related Emacs packages, | 1525 | variants. There are several other @TeX{}-related Emacs packages, |
| @@ -1997,7 +1997,8 @@ characters themselves (@code{sgml-name-8bit-mode}). | |||
| 1997 | @kindex C-c C-v @r{(SGML mode)} | 1997 | @kindex C-c C-v @r{(SGML mode)} |
| 1998 | @findex sgml-validate | 1998 | @findex sgml-validate |
| 1999 | Run a shell command (which you must specify) to validate the current | 1999 | Run a shell command (which you must specify) to validate the current |
| 2000 | buffer as SGML (@code{sgml-validate}). | 2000 | buffer as SGML (@code{sgml-validate}). (In HTML mode this key |
| 2001 | sequence runs a different command.) | ||
| 2001 | 2002 | ||
| 2002 | @item C-c @key{TAB} | 2003 | @item C-c @key{TAB} |
| 2003 | @kindex C-c TAB @r{(SGML mode)} | 2004 | @kindex C-c TAB @r{(SGML mode)} |