diff options
| author | Tassilo Horn | 2024-07-25 08:21:52 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2024-07-25 08:21:52 +0200 |
| commit | 6eb3827f7bf757ef63c3e8e4a9971e18cf36423f (patch) | |
| tree | ebc1df4b51ecb6b6f682266139fed1a9ae6ad4ef /doc | |
| parent | 210b98bc9937a86920716ebdf0b0e00a0c79c8fe (diff) | |
| download | emacs-6eb3827f7bf757ef63c3e8e4a9971e18cf36423f.tar.gz emacs-6eb3827f7bf757ef63c3e8e4a9971e18cf36423f.zip | |
Describe that DocView text contents display is in a separate buffer
* doc/emacs/misc.texi (Document View): Adjust the docs to describe the
new behavior (separate buffer for the text contents) from bug#72241.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/misc.texi | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index d1e8217f579..5972b5db491 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -488,15 +488,16 @@ mode or DocView minor mode, repeating @kbd{C-c C-c} | |||
| 488 | underlying file contents. | 488 | underlying file contents. |
| 489 | 489 | ||
| 490 | @findex doc-view-open-text | 490 | @findex doc-view-open-text |
| 491 | When you visit a file which would normally be handled by DocView | 491 | When you visit a file which would normally be handled by DocView mode |
| 492 | mode but some requirement is not met (e.g., you operate in a terminal | 492 | but some requirement is not met (e.g., you operate in a terminal frame |
| 493 | frame or Emacs has no PNG support), you are queried if you want to | 493 | or Emacs has no PNG support), you are queried if you want to view the |
| 494 | view the document's contents as plain text. If you confirm, the | 494 | document's contents as plain text. If you confirm, the buffer is put in |
| 495 | buffer is put in text mode and DocView minor mode is activated. Thus, | 495 | text mode and DocView minor mode is activated. Thus, by typing @kbd{C-c |
| 496 | by typing @kbd{C-c C-c} you switch to the fallback mode. With another | 496 | C-c} you switch to the fallback mode. With another @kbd{C-c C-c} you |
| 497 | @kbd{C-c C-c} you return to DocView mode. The plain text contents can | 497 | return to DocView mode. The plain text contents can also be displayed |
| 498 | also be displayed from within DocView mode by typing @kbd{C-c C-t} | 498 | in a separate buffer named like the original document buffer with suffix |
| 499 | (@code{doc-view-open-text}). | 499 | @code{/text} by typing @kbd{C-c C-t} (@code{doc-view-open-text}) from |
| 500 | within DocView mode. | ||
| 500 | 501 | ||
| 501 | You can explicitly enable DocView mode with the command @kbd{M-x | 502 | You can explicitly enable DocView mode with the command @kbd{M-x |
| 502 | doc-view-mode}. You can toggle DocView minor mode with @kbd{M-x | 503 | doc-view-mode}. You can toggle DocView minor mode with @kbd{M-x |