aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTassilo Horn2024-07-25 08:21:52 +0200
committerTassilo Horn2024-07-25 08:21:52 +0200
commit6eb3827f7bf757ef63c3e8e4a9971e18cf36423f (patch)
treeebc1df4b51ecb6b6f682266139fed1a9ae6ad4ef /doc
parent210b98bc9937a86920716ebdf0b0e00a0c79c8fe (diff)
downloademacs-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.texi19
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}
488underlying file contents. 488underlying 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
492mode but some requirement is not met (e.g., you operate in a terminal 492but some requirement is not met (e.g., you operate in a terminal frame
493frame or Emacs has no PNG support), you are queried if you want to 493or Emacs has no PNG support), you are queried if you want to view the
494view the document's contents as plain text. If you confirm, the 494document's contents as plain text. If you confirm, the buffer is put in
495buffer is put in text mode and DocView minor mode is activated. Thus, 495text mode and DocView minor mode is activated. Thus, by typing @kbd{C-c
496by typing @kbd{C-c C-c} you switch to the fallback mode. With another 496C-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 497return to DocView mode. The plain text contents can also be displayed
498also be displayed from within DocView mode by typing @kbd{C-c C-t} 498in 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
500within 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
502doc-view-mode}. You can toggle DocView minor mode with @kbd{M-x 503doc-view-mode}. You can toggle DocView minor mode with @kbd{M-x