1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
emacs/doc/lispref
Paul Eggert 0bec064454 Fix ambiguity in nil DST flag
Formerly nil meant both that DST was not in effect and that
the DST flag was unknown, and different functions interpreted
the flag differently.  Now the meaning is consistently nil for
DST not in effect, and -1 for DST flag not known.
* doc/lispref/os.texi (Time Conversion): The DST slot is
now three-valued, not two-.
* doc/misc/emacs-mime.texi (time-date): Adjust to new behavior.
* etc/NEWS: Mention this.
* lisp/calendar/parse-time.el (parse-time-string):
* src/editfns.c (Fdecode_time):
Return -1 for unknown DST flag.
* test/lisp/calendar/parse-time-tests.el (parse-time-tests):
Adjust tests to match new behavior, and add a new
test for nil vs -1.
2018-09-21 14:25:19 -07:00
..
abbrevs.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
anti.texi * doc/lispref/anti.texi (Antinews): Fix grammar. 2018-03-22 20:40:02 +01:00
back.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
backups.texi Yet another round of improvements in the manual 2018-02-07 22:24:13 +02:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Merge from origin/emacs-26 2018-06-02 10:29:38 -07:00
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
commands.texi Improve recent change to ELisp manual 2018-09-11 21:33:28 +03:00
compile.texi ; * doc/lispref/compile.texi (Compilation Functions): Fix wording. 2018-04-02 20:25:52 +03:00
control.texi Allow t as a catch-all condition-case handler (Bug#24618) 2018-09-04 18:50:15 -04:00
customize.texi Improve indexing of 'eval-defun' in ELisp manual 2018-07-07 11:37:43 +03:00
debugging.texi Merge from origin/emacs-26 2018-08-29 08:24:03 -07:00
display.texi Merge from origin/emacs-26 2018-09-15 09:20:32 -07:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
edebug.texi Make small fixes to Edebug and debugger documentation 2018-09-09 07:41:49 -07:00
elisp.texi Bindat examples in source, not manual 2018-09-20 17:44:24 -07:00
errors.texi Fix bugs when rounding to bignums 2018-08-22 19:30:57 -07:00
eval.texi Merge from origin/emacs-26 2018-07-28 07:50:36 -07:00
files.texi Improve bignum support for system types 2018-08-27 21:45:23 -07:00
frames.texi Merge from origin/emacs-26 2018-07-28 07:50:36 -07:00
functions.texi Merge from origin/emacs-26 2018-06-23 07:51:00 -07:00
gpl.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
hash.texi Improve bignum support for system types 2018-08-27 21:45:23 -07:00
help.texi More accurate docs for 'text-char-description' 2018-09-20 09:41:55 +03:00
hooks.texi ; Assorted documentation fixes in recent changes 2018-06-12 19:26:44 +03:00
index.texi Fix minor whitespace issues after "." in manual. 2012-12-05 14:27:56 -08:00
internals.texi Fix overenthusiastic header size check 2018-09-07 09:20:13 -07:00
intro.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
keymaps.texi Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
lay-flat.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lists.texi Merge from origin/emacs-26 2018-09-15 09:20:32 -07:00
loading.texi Merge from origin/emacs-26 2018-01-30 07:50:25 -08:00
macros.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
Makefile.in Update copyright year to 2018 2018-01-01 00:57:59 -08:00
maps.texi Fix some issues in the emacs/lispref manuals 2018-01-28 19:27:39 +01:00
markers.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
minibuf.texi Merge from origin/emacs-26 2018-09-15 09:20:32 -07:00
modes.texi Document 'major-mode-suspend' and 'major-mode-restore' 2018-06-22 11:48:38 +03:00
nonascii.texi Improve bignum support for system types 2018-08-27 21:45:23 -07:00
numbers.texi Fix bugs when rounding to bignums 2018-08-22 19:30:57 -07:00
objects.texi Move bignump, fixnump from C to Lisp 2018-08-21 19:24:38 -07:00
os.texi Fix ambiguity in nil DST flag 2018-09-21 14:25:19 -07:00
package.texi * lisp/emacs-lisp/package.el: New quickstart feature 2018-03-26 09:41:30 -04:00
positions.texi Fix typos and minor wording issues in ELisp manual 2018-04-13 16:44:05 +03:00
processes.texi Bindat examples in source, not manual 2018-09-20 17:44:24 -07:00
README Update copyright year to 2018 2018-01-01 00:57:59 -08:00
records.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
searching.texi Merge from origin/emacs-26 2018-05-25 09:45:34 -07:00
sequences.texi Merge from origin/emacs-26 2018-07-20 10:00:32 -07:00
spellfile
streams.texi Honor print-charset-text-property value of nil (Bug#31376) 2018-05-23 07:53:58 -04:00
strings.texi %o and %x can now format signed integers 2018-07-26 00:39:17 -07:00
symbols.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
syntax.texi Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
text.texi * doc/lispref/text.texi (JSONRPC): Add missing menu. 2018-06-30 18:51:35 -07:00
threads.texi Improve documentation of thread list buffer 2018-09-09 07:41:50 -07:00
tips.texi Fix use of @key in Texinfo manuals 2018-04-19 12:21:06 +03:00
two-volume-cross-refs.txt Update copyright year to 2018 2018-01-01 00:57:59 -08:00
two-volume.make Update copyright year to 2018 2018-01-01 00:57:59 -08:00
variables.texi Improve indexing of 'eval-defun' in ELisp manual 2018-07-07 11:37:43 +03:00
windows.texi Handle buffer-local 'window-size-change-functions' specially (Bug#32637) 2018-09-10 10:05:20 +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-2018 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/>.