28e0261890* lisp/progmodes/cc-defs.el (c-version): Update to 5.33.1.ac53084f9bImprove fix for Bug#29712ffd4771560* doc/lispref/sequences.texi (Sequence Functions): Improve...f274cbd185Avoid reordering of output in 'shr-insert-document'7890864413Improve documentation of 'invisible-p'a1327bbc64Remove one more check that Vframe_list is non-nil63b6281fddFix off-by-one error in 'css--hex-color'804b37ca63Save and restore text-pixel height and width of frames (Bu...777fe94661Partially revert "Mention new strictness for &optional, &r...ad17db7964* lisp/vc/smerge-mode.el (smerge-refine): Respect font-loc...5a7d0095a4* lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete...e019c35df6FOR_EACH_FRAME no longer assumes frame-listd64b88da2f* src/font.c (Ffont_info): Doc fix. (Bug#29682)92b2604a7fModernise message.el face spec syntaxb1efbe6564Update message.el obsolete face aliases2494c14e76; * lisp/comint.el (comint-terminfo-terminal): Add a :vers...12ad276d15Improve documentation of TERM environment variable8ed529f0f3Add option to configure comint TERM889f07c352Better support utf-8-with-signature and utf-8-hfs in XML/HTMLa2697fac0e* lisp/menu-bar.el (menu-bar-mode): Doc fix.ffb50eace6; * etc/NEWS: Fix last change.95606af8b0Fix Bug#29712 in tramp-tests.el9bf66c6beeDon't run FOR_EACH_FRAME when there's no frame left (Bug#2...c2a88ec8e8* lisp/textmodes/tex-mode.el: Ensure uncompiled file is lo...b178870528Remember password change for IMAP in Gnus (Bug#29692)a21dac18bbAdd %DUMBFW to the default GnuTLS priority strings780407cff1Small fixes prompted by make check-declare541a60108dFix some custom groupse220d6e112Fix fontification of first declaration within a C++ lambda...aa66da220c* src/data.c (Fadd_variable_watcher): Doc fix.f838210b01Fix misfontification of C++ member initialization list aft...232c6465ceFix doc-string of Fbuffer_list3f9aac68d7Don't raise an extraneous frame (bug#29696)e7b1111155Mention new strictness for &optional, &rest in arglists (B...4cb8696e47Don't misfontify "foo ()" inside C++ initialization parent...ce31e726adFixes for defcustoms, prompted by cus-test-optsaacd1e14fc* lisp/net/newst-backend.el (newsticker--raw-url-list-defa...7e2f4d3d41* lisp/htmlfontify.el (hfy-which-etags): Fix it.52d2a690f6Add missing :version tags revealed by cusver-checkf5d0360234Escape column-zero doc parens # Conflicts: # etc/NEWS
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 <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/>.