diff options
Diffstat (limited to 'doc/lispref/files.texi')
-rw-r--r-- | doc/lispref/files.texi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 7bb2bad0f70..1c590b3a3e2 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -3,8 +3,7 @@ @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. -@node Files, Backups and Auto-Saving, Documentation, Top -@comment node-name, next, previous, up +@node Files @chapter Files This chapter describes the Emacs Lisp functions and variables to @@ -250,7 +249,6 @@ is permanent local, so it is unaffected by changes of major modes. @end defvar @node Subroutines of Visiting -@comment node-name, next, previous, up @subsection Subroutines of Visiting The @code{find-file-noselect} function uses two important subroutines @@ -506,7 +504,6 @@ major modes set it to @code{t} in particular buffers. Name}). @node Reading from Files -@comment node-name, next, previous, up @section Reading from Files @cindex reading from files @@ -569,7 +566,6 @@ program can read the file, use the function @code{file-local-copy}; see @ref{Magic File Names}. @node Writing to Files -@comment node-name, next, previous, up @section Writing to Files @cindex writing to files @@ -789,7 +785,6 @@ otherwise noted. @end menu @node Testing Accessibility -@comment node-name, next, previous, up @subsection Testing Accessibility @cindex accessibility of a file @cindex file accessibility @@ -947,7 +942,6 @@ time as a list of two numbers. @xref{File Attributes}. @end defun @node Kinds of Files -@comment node-name, next, previous, up @subsection Distinguishing Kinds of Files This section describes how to distinguish various kinds of files, such @@ -1100,7 +1094,6 @@ we would have: @xref{Buffer File Name}, for related information. @node File Attributes -@comment node-name, next, previous, up @subsection Other Information about Files This section describes the functions for getting detailed @@ -1918,7 +1911,6 @@ form. @end defun @node Directory Names -@comment node-name, next, previous, up @subsection Directory Names @cindex directory name @cindex file name of directory |