1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
emacs/doc/lispref
Paul Eggert 433d366dc7 'text-quoting-style' now affects only ` and '
Change 'text-quoting-style' so that it no longer affects
formatting of curved quotes in format arguments to functions like
'message'.  In particular, when this variable's value is 'grave',
all quotes in formats are output as-is.
* doc/lispref/help.texi (Keys in Documentation):
* doc/lispref/strings.texi (Formatting Strings):
* doc/lispref/tips.texi (Documentation Tips):
* etc/NEWS:
* src/doc.c (syms_of_doc): Document this.
* lisp/help-fns.el (describe-function-1):
* src/doc.c (text_quoting_style, Fsubstitute_command_keys)
(syms_of_doc):
* src/editfns.c (styled_format): Omit now-unnecessary code.
* src/lisp.h (LEAVE_QUOTING_STYLE): Remove.
2016-05-10 07:41:40 -07:00
..
abbrevs.texi Adjudicate review comments in abbrevs.texi 2016-03-19 13:05:55 +02:00
anti.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
back.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
backups.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
commands.texi Merge from origin/emacs-25 2016-03-03 23:52:26 -08:00
compile.texi Improve documentation of byte-code objects 2016-04-02 15:13:00 +03:00
control.texi Minor doc fixes for quoting 2016-05-05 06:40:12 -07:00
customize.texi (Common Keywords): Correct what missing :group means 2016-05-03 19:06:36 +02:00
debugging.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
display.texi Merge from origin/emacs-25 2016-05-05 23:11:11 -07:00
doclicense.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
edebug.texi Add an option in Edebug to prevent pauses after h', 'f', and o'. 2016-05-07 06:42:29 +00:00
elisp.texi Improve Lisp-level documentation of tooltips 2016-04-09 12:30:59 +03:00
errors.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eval.texi Update documentation of 'indirect-function' 2016-01-10 20:22:01 +02:00
files.texi * doc/lispref/files.texi (File Attributes): Fix typo. 2016-03-04 12:41:14 -05:00
frames.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
functions.texi Implement 'func-arity' 2016-03-26 11:19:43 +03:00
gpl.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
hash.texi New primitives sxhash-eq, sxhash-eql 2016-04-08 15:33:59 -07:00
help.texi 'text-quoting-style' now affects only ` and ' 2016-05-10 07:41:40 -07:00
hooks.texi Document 'pre-redisplay-functions' 2016-01-13 20:29:36 +02:00
index.texi Fix minor whitespace issues after "." in manual. 2012-12-05 14:27:56 -08:00
internals.texi Deterministic build improvements 2016-03-02 10:24:11 -08:00
intro.texi Deterministic build improvements 2016-03-02 10:24:11 -08:00
keymaps.texi Add a link from Tool Bar to Images 2016-05-01 19:27:13 +02:00
lay-flat.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
lists.texi * doc/lispref/lists.texi (Association Lists): Document 'alist-get'. 2016-01-16 16:32:05 +02:00
loading.texi Transform mentions of eval-after-load' to with-eval-after-load' 2016-05-01 19:27:14 +02:00
macros.texi Mention `lisp-indent-function' in the lispref manual 2016-05-01 19:27:07 +02:00
Makefile.in Update copyright year to 2016 2016-01-01 01:34:24 -08:00
maps.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
markers.texi Update documentation of 'deactivate-mark'. 2016-01-12 21:21:12 +02:00
minibuf.texi ; Fix texinfo typo 2016-05-01 18:24:22 -07:00
modes.texi Add :after-hook facility to define-derived-mode. 2016-05-08 13:24:20 +00:00
nonascii.texi New function ‘char-from-name’ 2016-04-25 10:42:48 -07:00
numbers.texi Merge doc fixes for 'random' lost in previous merge 2016-03-21 17:05:55 -07:00
objects.texi Improve character name escapes 2016-04-21 19:29:41 -07:00
os.texi Support OFFSET and (OFFSET ABBR) time zone rules 2016-04-12 09:19:38 -07:00
package.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
positions.texi Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
processes.texi Merge from origin/emacs-25 2016-05-09 10:59:29 -07:00
README Update copyright year to 2016 2016-01-01 01:34:24 -08:00
searching.texi Allow undoing changes while doing query-replace 2016-02-24 12:35:46 +11:00
sequences.texi New function seq-sort-by in seq.el 2016-03-29 09:19:32 +02:00
spellfile Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
streams.texi Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
strings.texi 'text-quoting-style' now affects only ` and ' 2016-05-10 07:41:40 -07:00
symbols.texi Document 'function-put' 2016-01-16 17:13:16 +02:00
syntax.texi Amend parse-partial-sexp correctly to handle two character comment delimiters 2016-03-20 13:19:48 +00:00
text.texi Mention with-silent-modifications in the lispref manual 2016-05-01 19:27:16 +02:00
tips.texi 'text-quoting-style' now affects only ` and ' 2016-05-10 07:41:40 -07:00
two-volume-cross-refs.txt Update copyright year to 2016 2016-01-01 01:34:24 -08:00
two-volume.make Update copyright year to 2016 2016-01-01 01:34:24 -08:00
variables.texi Call hack-local-variables from major modes rather than from file visiting 2016-05-05 11:05:49 +00:00
windows.texi Extremely minor doc fix in Choosing Window 2016-05-01 19:27:14 +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-2016 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 <http://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 <http://www.gnu.org/licenses/>.