]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/files.texi
More updates to the Text chapter of the Emacs manual, and related nodes.
[gnu-emacs] / doc / emacs / files.texi
index 8c41ca13225b66a2145096cd84d5c859b1e4b302..e3da0ca44e63d50140da4c29439250496822936d 100644 (file)
@@ -297,8 +297,9 @@ original encoding and end-of-line convention.  @xref{Coding Systems}.
   If you wish to edit a file as a sequence of @acronym{ASCII}
 characters with no special encoding or conversion, use the @kbd{M-x
 find-file-literally} command.  This visits a file, like @kbd{C-x C-f},
-but does not do format conversion (@pxref{Formatted Text}), character
-code conversion (@pxref{Coding Systems}), or automatic uncompression
+but does not do format conversion (@pxref{Format Conversion,, Format
+Conversion, elisp, the Emacs Lisp Reference Manual}), character code
+conversion (@pxref{Coding Systems}), or automatic uncompression
 (@pxref{Compressed Files}), and does not add a final newline because
 of @code{require-final-newline} (@pxref{Customize Save}).  If you have
 already visited the same file in the usual (non-literal) manner, this