1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
emacs/doc/lispref
Eli Zaretskii 0daad76704 Improve documentation of line truncation and wrapping
* doc/emacs/display.texi (Line Truncation, Visual Line Mode):
* doc/lispref/display.texi (Truncation): Document that turning on
line truncation disables wrapping, and vice versa.

* src/buffer.c (syms_of_buffer) <truncate-lines>:
* src/xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>:
Warn against turning on when 'visual-line-mode' is in effect.
* lisp/simple.el (visual-line-mode): Document that this mode
disables line truncation.  (Bug#29664)
2021-09-04 13:34:32 +03:00
..
abbrevs.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
anti.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
back.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
backups.texi Extend meaning of UNIQUIFY `auto-save-file-name-transforms'. (Bug#47493) 2021-05-10 13:42:48 +02:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Fix typos in a recent change 2021-07-19 19:46:43 +03:00
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
commands.texi Add Command Modes to Elisp manual menu and add index entries 2021-08-16 19:13:53 +02:00
compile.texi Fix native-comp-async-report-warnings-errors :type 2021-05-22 13:22:29 +01:00
control.texi Add a `pcase-setq' macro 2021-08-11 23:54:31 +02:00
customize.texi Decouple require-theme from load-theme 2021-03-04 15:40:35 +00:00
debugging.texi Merge from origin/emacs-27 2021-06-19 08:17:47 -07:00
display.texi Improve documentation of line truncation and wrapping 2021-09-04 13:34:32 +03:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
edebug.texi Edebug: Disable backtracking when hitting a &define keyword. 2021-04-10 18:19:49 +02:00
elisp.texi ; Fix menu entry alignment of last change 2021-08-16 22:55:50 +02:00
errors.texi Quit minibuffers without aborting kmacros 2021-07-20 14:36:45 +02:00
eval.texi Better document obsolescence of 'values' 2021-08-29 14:47:02 +03:00
files.texi Add new macro `with-existing-directory' 2021-09-01 15:56:04 +02:00
frames.texi Improve recently-changed docs 2021-08-23 19:11:49 +03:00
functions.texi Avoid deprecation warnings with Texinfo 6.8 2021-07-04 14:55:42 +03:00
gpl.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
hash.texi Clarify that #s(hash-table ...) doesn't always create a new hash table 2021-02-07 14:47:09 +01:00
help.texi Fix shortdoc-add-function section creation 2021-06-21 16:20:22 +01:00
hooks.texi Fix documentation of mouse-leave-buffer-hook 2021-07-19 16:41:54 +02:00
index.texi
internals.texi Merge from origin/emacs-27 2021-06-08 07:50:36 -07:00
intro.texi ; * doc/lispref/intro.texi (Caveats): Fix paren. 2021-07-12 15:03:18 +01:00
keymaps.texi Merge from origin/emacs-27 2021-04-25 09:16:09 -07:00
lay-flat.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lists.texi Improve documentation of 'assoc' 2021-08-18 22:07:30 +03:00
loading.texi Document native-compilation 2021-05-08 16:26:41 +03:00
macros.texi Remove spurious @example from the elisp manual 2021-05-31 10:55:37 +02:00
Makefile.in Make tags tables from Texinfo sources 2021-03-11 16:42:57 +02:00
maps.texi Remove the 'M-o' ('facemap-keymap') binding experimentally 2021-02-10 19:38:18 +01:00
markers.texi Merge from origin/emacs-27 2021-02-19 08:36:55 -08:00
minibuf.texi Add new user option 'read-minibuffer-restore-windows' 2021-08-04 08:48:18 +02:00
modes.texi Document 'jit-lock-bounds' 2021-08-23 23:14:00 +03:00
nonascii.texi Improve documentation of 'set-keyboard-coding-system' 2021-08-22 11:32:26 +03:00
numbers.texi Fix lexing of numbers with trailing decimal point and exponent 2021-05-27 14:16:28 +02:00
objects.texi Explain what ( . c) means to the Emacs Lisp reader 2021-07-06 19:13:58 +02:00
os.texi Mention what happens with timers when the computer is asleep 2021-07-08 02:43:20 +02:00
package.texi ; * doc/lispref/package.texi (Package Archives): Fix typo. 2021-08-06 14:20:54 +03:00
positions.texi Remove several references to Emacs 22 and earlier 2021-03-10 05:45:47 +01:00
processes.texi Rename shell-split-string to split-string-shell-command 2021-07-15 10:29:04 +02:00
README Update copyright year to 2021 2021-01-01 01:13:56 -08:00
records.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
searching.texi Add example of advanced user-defined Rx form to manual 2021-08-23 19:57:17 +02:00
sequences.texi Revert "Add macro seq-setq." 2021-08-14 15:30:17 +02:00
spellfile Update lispref spellfile 2019-06-04 08:34:16 -07:00
streams.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
strings.texi Move string-trim functions to subr.el 2021-03-24 09:22:44 +01:00
symbols.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
syntax.texi Add a new function syntax-class-to-char 2021-06-15 17:01:57 +02:00
text.texi Add a new thing-at-point type: existing-filename 2021-08-04 10:35:53 +02:00
threads.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
tips.texi Add support for customization group hyperlinks in doc strings 2021-09-04 10:19:03 +02:00
two-volume-cross-refs.txt Update copyright year to 2021 2021-01-01 01:13:56 -08:00
two-volume.make Update copyright year to 2021 2021-01-01 01:13:56 -08:00
variables.texi ; * doc/lispref/variables.texi (Local Variables): Fix indexing. 2021-08-23 14:50:24 +03:00
windows.texi Improve handling of dedicated flag for side windows (Bug#48493) 2021-06-14 09:59:11 +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-2021 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 <https://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 <https://www.gnu.org/licenses/>.