]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/misc.texi (Document View): Improve wording (bug#72241).
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 Jul 2024 07:06:26 +0000 (10:06 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jul 2024 08:40:43 +0000 (10:40 +0200)
(cherry picked from commit ba31c62f815537c0412eb84e8188cc5c3c4948b1)

doc/emacs/misc.texi

index 5972b5db4912998803525d510941d8d2ac95a4ab..eb157c146e7471ea3b6047c38ece96caca6aa479 100644 (file)
@@ -490,14 +490,14 @@ underlying file contents.
 @findex doc-view-open-text
   When you visit a file which would normally be handled by DocView mode
 but some requirement is not met (e.g., you operate in a terminal frame
-or Emacs has no PNG support), you are queried if you want to view the
-document's contents as plain text.  If you confirm, the buffer is put in
-text mode and DocView minor mode is activated.  Thus, by typing @kbd{C-c
-C-c} you switch to the fallback mode.  With another @kbd{C-c C-c} you
-return to DocView mode.  The plain text contents can also be displayed
-in a separate buffer named like the original document buffer with suffix
-@code{/text} by typing @kbd{C-c C-t} (@code{doc-view-open-text}) from
-within DocView mode.
+or Emacs has no PNG support), Emacs asks if you want to view the
+document's contents as plain text.  If you answer yes, Emacs turns on
+Text mode in the buffer and activates DocView minor mode.  Thus, by
+typing @kbd{C-c C-c}, you switch to this fallback mode.  With another
+@kbd{C-c C-c} you return to DocView mode.  The plain text contents can
+also be displayed in a separate buffer named like the original document
+buffer with suffix @code{/text} by typing @kbd{C-c C-t}
+(@code{doc-view-open-text}) from within DocView mode.
 
   You can explicitly enable DocView mode with the command @kbd{M-x
 doc-view-mode}.  You can toggle DocView minor mode with @kbd{M-x