1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-15 04:11:53 -08:00
emacs/doc/lispref
Lars Ingebrigtsen ffc81ebc4b Allow specifying how args are to be stored in `command-history'
* doc/lispref/functions.texi (Declare Form): Document
`interactive-args'
* lisp/replace.el (replace-string): Store the correct interactive
arguments (bug#45607).

* lisp/emacs-lisp/byte-run.el (byte-run--set-interactive-args):
New function.
(defun-declarations-alist): Use it.

* src/callint.c (fix_command): Remove the old hack (which now
longer works since interactive specs are byte-compiled) and
instead rely on `interactive-args'.
2022-08-08 15:53:41 +02:00
..
abbrevs.texi
anti.texi
back.texi
backups.texi
book-spine.texi
buffers.texi ; * buffers.texi (Buffer List): Mention t 2022-07-29 18:21:54 +02:00
ChangeLog.1
commands.texi ; Fix typos 2022-08-08 14:23:29 +02:00
compile.texi Merge from origin/emacs-28 2022-07-24 09:55:01 +02:00
control.texi
customize.texi
debugging.texi
display.texi Merge from origin/emacs-28 2022-07-31 06:30:25 +02:00
doclicense.texi
edebug.texi Merge from origin/emacs-28 2022-07-02 09:33:51 +02:00
elisp.texi
errors.texi
eval.texi
files.texi ; Fix documentation of 'file-parent-directory' 2022-07-04 14:59:58 +03:00
frames.texi Implement primitive frame synchronization on Haiku 2022-08-01 05:51:59 +00:00
functions.texi Allow specifying how args are to be stored in `command-history' 2022-08-08 15:53:41 +02:00
gpl.texi
hash.texi string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
help.texi
hooks.texi Delete redisplay-end-trigger-functions and related defuns 2022-07-31 01:44:22 +02:00
index.texi
internals.texi
intro.texi
keymaps.texi Signal error on duplicate key definitions 2022-08-02 14:29:43 +02:00
lay-flat.texi
lists.texi ; * doc/lispref/lists.texi (List Elements): No passive tense! 2022-07-18 15:46:18 +03:00
loading.texi Merge from origin/emacs-28 2022-08-05 06:30:27 +02:00
macros.texi
Makefile.in
maps.texi Improve indexing of keymap variables 2022-07-30 09:32:48 +03:00
markers.texi
minibuf.texi
modes.texi Fix defvar-keymap example in elisp manual 2022-08-06 17:17:38 +02:00
nonascii.texi
numbers.texi
objects.texi
os.texi time-convert): Deprecate calls without an explicit FORM arg 2022-08-05 18:46:31 -04:00
package.texi
positions.texi ; Clarify documentation of "locked narrowing" 2022-08-02 16:24:00 +03:00
processes.texi Add STREAM argument to 'process-tty-name' 2022-08-05 17:58:54 -07:00
README
records.texi
searching.texi Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
sequences.texi Add new function `seq-split' 2022-07-03 12:55:00 +02:00
spellfile
streams.texi
strings.texi Add missing @end defun to strings.texi 2022-07-26 20:54:23 +02:00
symbols.texi
syntax.texi
text.texi Merge from origin/emacs-28 2022-07-31 06:30:25 +02:00
threads.texi
tips.texi Merge from origin/emacs-28 2022-07-30 06:30:23 +02:00
two-volume-cross-refs.txt
two-volume.make
variables.texi ; Fix typos 2022-07-14 12:52:32 +02:00
windows.texi Merge from origin/emacs-28 2022-07-28 14:56:25 +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-2022 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/>.