emacs/doc/lispref
Alan Mackenzie 9920929e7b Re-order the items in `profiler-report' output.
Putting the usage figures first on the line will eliminate the truncation of
function names.

lisp/profiler.el (profiler-version): Change to "28.1".
(profiler-format): Enhance, so that a width of zero means print the string
without padding or truncation.
(profiler-report-cpu-line-format, profiler-report-memory-line-format): Amend
for the new layout.  The number of places for the cpu samples has been reduced
from 19 to 12 (enough for ~30 years at 1,000 samples per second).
(profiler-report-line-format, profiler-report-describe-entry): Amend for the
new order of arguments to profiler-format.

etc/NEWS (Specialized Modes): Add an entry documenting this change.

doc/lispref/debugging.texi (Profiling): Describe the new ordering of the items
in place of the old ordering.
2020-12-22 12:06:21 +00:00
..
abbrevs.texi
anti.texi
back.texi
backups.texi Improve the documentation of marker handling when reverting 2020-12-12 12:20:43 +01:00
book-spine.texi
buffers.texi Inhibit buffer hooks in temporary buffers 2020-12-20 17:32:24 +00:00
ChangeLog.1
commands.texi Add a new recursively bound `current-minibuffer-command' variable 2020-12-14 16:44:00 +01:00
compile.texi
control.texi
customize.texi
debugging.texi Re-order the items in `profiler-report' output. 2020-12-22 12:06:21 +00:00
display.texi Explicitly specify svg base_uri using `:base-uri' image property 2020-12-12 12:48:32 +00:00
doclicense.texi
edebug.texi
elisp.texi
errors.texi * doc/lispref/errors.texi (Standard Errors): Fix xref. 2020-12-14 13:51:22 -08:00
eval.texi
files.texi Inhibit buffer hooks in temporary buffers 2020-12-20 17:32:24 +00:00
frames.texi
functions.texi
gpl.texi
hash.texi
help.texi
hooks.texi
index.texi
internals.texi Inhibit buffer hooks in temporary buffers 2020-12-20 17:32:24 +00:00
intro.texi
keymaps.texi Tool bar documentation clarification: Mention forcing updates 2020-12-14 17:07:41 +01:00
lay-flat.texi
lists.texi
loading.texi
macros.texi
Makefile.in
maps.texi
markers.texi
minibuf.texi Give affixation-function higher priority over annotation-function (bug#45234) 2020-12-16 23:19:46 +02:00
modes.texi
nonascii.texi
numbers.texi
objects.texi
os.texi Some minor Tramp changes 2020-12-17 18:52:23 +01:00
package.texi
positions.texi
processes.texi
README
records.texi
searching.texi
sequences.texi
spellfile
streams.texi Merge from origin/emacs-27 2020-12-09 08:50:12 -08:00
strings.texi Make string-pad take an optional START parameter 2020-12-22 06:59:25 +01:00
symbols.texi
syntax.texi
text.texi Add new function `object-intervals' 2020-12-11 14:40:20 +01:00
threads.texi
tips.texi Remove specific byte-compiler warnings for cl.el 2020-12-02 10:19:16 +01:00
two-volume-cross-refs.txt
two-volume.make
variables.texi Tiny fix for lispref/variables.texi 2020-12-14 13:45:29 -08:00
windows.texi

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-2020 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/>.