1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00
emacs/doc/lispref
Lars Ingebrigtsen e3e3133f80 Add a new command for mode-specific commands
* doc/lispref/commands.texi (Interactive Call): Document it.
* lisp/simple.el (command-completion-using-modes-p): Refactored
out into its own function for reuse...
(command-completion-default-include-p): ... from here.
(execute-extended-command-for-buffer): New command and keystroke
(`M-S-x').
2021-02-20 15:12:45 +01: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 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
book-spine.texi
buffers.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
commands.texi Add a new command for mode-specific commands 2021-02-20 15:12:45 +01:00
compile.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
control.texi * lisp/emacs-lisp/pcase.el: Add support for not to pred 2021-01-16 14:21:57 -05:00
customize.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
debugging.texi Pretty-print keys without <> around modifiers (bug#45536) 2021-01-05 11:28:58 +01:00
display.texi Fix typos 2021-02-18 16:50:55 +01:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
edebug.texi Fix two syntax errors in Specification List 2021-02-15 03:44:15 +01:00
elisp.texi Add a new variable `inhibit-interaction' 2021-01-12 15:12:38 +01:00
errors.texi Add a new variable `inhibit-interaction' 2021-01-12 15:12:38 +01:00
eval.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
files.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
frames.texi Permit zero value for 'child-frame-border-width' parameter (Bug#46184) 2021-02-06 18:22:29 +01:00
functions.texi Add the `always' function 2021-02-20 13:44:19 +01: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 Pretty-print keys without <> around modifiers (bug#45536) 2021-01-05 11:28:58 +01:00
hooks.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
index.texi
internals.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
intro.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
keymaps.texi Remove the 'M-o' ('facemap-keymap') binding experimentally 2021-02-10 19:38:18 +01:00
lay-flat.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lists.texi Clarify that #s(hash-table ...) doesn't always create a new hash table 2021-02-07 14:47:09 +01:00
loading.texi Extend the syntax of `interactive' to list applicable modes 2021-02-14 13:21:24 +01:00
macros.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
Makefile.in Update copyright year to 2021 2021-01-01 01:13:56 -08: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 Allow exit-minibuffer to be called from Lisp code. Fixes bug #46373 2021-02-09 09:41:13 +00:00
modes.texi Add a new variable `global-minor-modes' 2021-02-15 13:08:21 +01:00
nonascii.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
numbers.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
objects.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
os.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
package.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
positions.texi Move line-number-at-pos to C 2021-02-07 16:28:34 +01:00
processes.texi * lisp/emacs-lisp/bindat.el: Add 64bit int support 2021-02-15 23:54:45 -05: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 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sequences.texi Merge from origin/emacs-27 2021-02-19 08:36:55 -08: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 Merge from origin/emacs-27 2021-01-04 07:50:25 -08:00
symbols.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
syntax.texi Merge from origin/emacs-27 2021-02-06 08:10:38 -08:00
text.texi Allow any JSON value at the top level (Bug#42994). 2021-02-13 14:37:19 +01:00
threads.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
tips.texi Merge from origin/emacs-27 2021-01-01 01:28:16 -08: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 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
windows.texi Fix typos 2021-02-18 16:50:55 +01: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/>.