diff options
| author | Eli Zaretskii | 2006-05-20 18:14:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-20 18:14:27 +0000 |
| commit | 4d4acba25dcab4c768d030b8c961b2f09d3b3b4e (patch) | |
| tree | 000c25ae611f1c62af7a5b532e2b7b290dee7e67 | |
| parent | 8a5e4b3bf76372f34f9a6f4ae1f42fa6eb7f5315 (diff) | |
| download | emacs-4d4acba25dcab4c768d030b8c961b2f09d3b3b4e.tar.gz emacs-4d4acba25dcab4c768d030b8c961b2f09d3b3b4e.zip | |
(TeX Print): tex-dvi-view-command has a default value, remove the bit saying
you must set it.
| -rw-r--r-- | man/text.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/man/text.texi b/man/text.texi index 3660901a83d..07ccac4b9a5 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -1596,9 +1596,7 @@ directory, such as @code{"/tmp"}. | |||
| 1596 | you can do so by setting the values of the variables @code{tex-run-command}, | 1596 | you can do so by setting the values of the variables @code{tex-run-command}, |
| 1597 | @code{latex-run-command}, @code{slitex-run-command}, | 1597 | @code{latex-run-command}, @code{slitex-run-command}, |
| 1598 | @code{tex-dvi-print-command}, @code{tex-dvi-view-command}, and | 1598 | @code{tex-dvi-print-command}, @code{tex-dvi-view-command}, and |
| 1599 | @code{tex-show-queue-command}. You @emph{must} set the value of | 1599 | @code{tex-show-queue-command}. The default values may |
| 1600 | @code{tex-dvi-view-command} for your particular terminal; this variable | ||
| 1601 | has no default value. The other variables have default values that may | ||
| 1602 | (or may not) be appropriate for your system. | 1600 | (or may not) be appropriate for your system. |
| 1603 | 1601 | ||
| 1604 | Normally, the file name given to these commands comes at the end of | 1602 | Normally, the file name given to these commands comes at the end of |