1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
emacs/doc/lispref
Martin Rudalics 79c5ea9911 Fix doc and customization type of `window-combination-limit' (Bug#26673)
* src/window.c (Vwindow_combination_limit): Fix doc-string.
* lisp/cus-start.el (window-combination-limit): Fix
customization type.
* doc/lispref/windows.texi (Recombining Windows): Fix
documentation of `window-combination-limit'.
2017-04-27 10:18:48 +02:00
..
abbrevs.texi
anti.texi
back.texi
backups.texi Merge from origin/emacs-25 2017-03-19 12:29:06 -07:00
book-spine.texi
buffers.texi
ChangeLog.1
commands.texi Merge from origin/emacs-25 2017-03-19 12:34:05 -07:00
compile.texi
control.texi
customize.texi
debugging.texi
display.texi Describe recent frame and window changes in manuals 2017-04-13 17:45:12 +02:00
doclicense.texi
edebug.texi
elisp.texi Describe recent frame and window changes in manuals 2017-04-13 17:45:12 +02:00
errors.texi Throw a `search-failed' derived error in Info search 2017-04-03 19:36:14 -04:00
eval.texi
files.texi Merge from origin/emacs-25 2017-03-19 12:29:06 -07:00
frames.texi Note frame documentation exceptions for NS builds 2017-04-19 20:48:13 +01:00
functions.texi
gpl.texi
hash.texi
help.texi
hooks.texi
index.texi
internals.texi
intro.texi
keymaps.texi
lay-flat.texi
lists.texi
loading.texi
macros.texi
Makefile.in
maps.texi
markers.texi
minibuf.texi
modes.texi Merge from origin/emacs-25 2017-03-19 12:34:03 -07:00
nonascii.texi Support casing characters which map into multiple code points (bug#24603) 2017-04-06 20:54:58 +02:00
numbers.texi
objects.texi ; Spelling and punctuation fixes 2017-04-06 19:27:00 -07:00
os.texi * doc/lispref/os.texi (File Notifications): 2017-03-23 17:07:55 +01:00
package.texi * doc/lispref/package.texi (Package Archives): Mention https. 2017-04-04 20:17:54 -04:00
positions.texi
processes.texi
README
records.texi Deprecate copy-record in favor of copy-sequence 2017-04-07 18:54:40 -07:00
searching.texi
sequences.texi Deprecate copy-record in favor of copy-sequence 2017-04-07 18:54:40 -07:00
spellfile
streams.texi
strings.texi Support casing characters which map into multiple code points (bug#24603) 2017-04-06 20:54:58 +02:00
symbols.texi
syntax.texi
text.texi
threads.texi
tips.texi
two-volume-cross-refs.txt
two-volume.make
variables.texi
windows.texi Fix doc and customization type of `window-combination-limit' (Bug#26673) 2017-04-27 10:18:48 +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-2017 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/>.