1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 05:21:26 -08:00
emacs/doc/lispref
Chong Yidong 42ee526b1a Rename file-subdir-of-p to file-in-directory-p.
* lisp/files.el (file-in-directory-p): Rename from file-subdir-of-p.
Handle root directory properly.
(copy-directory): Caller changed.

* lisp/dired-aux.el (dired-copy-file-recursive, dired-create-files):
* lisp/net/tramp.el (tramp-file-name-for-operation): Callers changed.

* doc/lispref/files.texi (Kinds of Files): file-subdir-of-p renamed to
file-in-directory-p.
2012-04-01 10:44:24 +08:00
..
.gitignore
abbrevs.texi
advice.texi
anti.texi
back.texi
backups.texi
book-spine.texi
buffers.texi
ChangeLog Rename file-subdir-of-p to file-in-directory-p. 2012-04-01 10:44:24 +08:00
commands.texi
compile.texi
control.texi
customize.texi
debugging.texi
display.texi Updates for Display chapter of Lisp manual. 2012-03-31 00:31:24 +08:00
doclicense.texi
edebug.texi Edebug doc fixes 2012-03-31 12:58:05 -07:00
elisp-covers.texi
elisp.texi Updates to Display chapter of Lisp manual. 2012-03-25 15:58:59 +08:00
errors.texi
eval.texi
files.texi Rename file-subdir-of-p to file-in-directory-p. 2012-04-01 10:44:24 +08:00
frames.texi Add an index entry for "minibuffer-only frame". 2012-03-17 11:19:02 +02:00
front-cover-1.texi
functions.texi
gpl.texi
hash.texi
help.texi
hooks.texi
index.texi
internals.texi Copyedits for Internals and OS chapters of Lisp manual. 2012-03-18 23:02:12 +08:00
intro.texi
keymaps.texi
lay-flat.texi
lists.texi
loading.texi
macros.texi
Makefile.in
makefile.w32-in
maps.texi
markers.texi
minibuf.texi
modes.texi Doc fixes for view-mode and special major-modes 2012-03-15 21:40:20 -04:00
nonascii.texi
numbers.texi
objects.texi
os.texi More lispref/os.texi small edits 2012-03-26 20:49:32 -04:00
package.texi Misc manual updates. 2012-03-17 19:11:08 +08:00
positions.texi
processes.texi * doc/lispref/processes.texi (Network Servers): Standardize apostrophe usage. 2012-03-26 20:50:49 -04:00
README
searching.texi Doc and lispref updates related to searching 2012-03-28 12:30:12 -07:00
sequences.texi
spellfile
streams.texi
strings.texi Document string-prefix-p 2012-03-21 23:21:28 -07:00
symbols.texi
syntax.texi
text.texi Improve documentation of 'cursor' text property. 2012-03-31 13:27:04 +03:00
tindex.pl
tips.texi
two-volume-cross-refs.txt
two-volume.make
two.el
variables.texi
vol1.texi Updates to Display chapter of Lisp manual. 2012-03-25 15:58:59 +08:00
vol2.texi Updates to Display chapter of Lisp manual. 2012-03-25 15:58:59 +08:00
windows.texi Optionally avoid that switching to previous or next buffer shows that buffer twice. 2012-03-27 11:22:01 +02:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2012 Free Software Foundation, Inc.  -*- outline -*-
See the end of the file for license conditions.


README for the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
To ask questions, use the help-gnu-emacs mailing list.

* The Emacs Lisp Reference Manual is quite large.  It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual for Info, for printing hardcopy using TeX,
or for HTML.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <http://shop.fsf.org/>.
(At time of writing, this manual is out of print.)

* The master file for formatting this manual for Tex is called `elisp.texi'.
It contains @include commands to include all the chapters that make up
the manual.

* This distribution contains a Makefile that you can use with GNU Make.

** To make an Info file, you need to install Texinfo, then run `make info'.

** Use `make elisp.pdf' or `make elisp.html' to create PDF or HTML versions.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.