emacs/lisp/emacs-lisp
Noam Postavsky e50196e8a9 Document return value of pcase (Bug#30425)
* doc/lispref/control.texi (Pattern matching case statement):
* lisp/emacs-lisp/pcase.el (pcase): State that pcase returns nil if no
patterns match.
(pcase-exhaustive): State that an error is signaled if no patterns
match.
2018-03-31 00:50:37 -04:00
..
advice.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
autoload.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
avl-tree.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
backquote.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
benchmark.el Improve documentation of Profiling features 2018-02-17 11:59:36 +02:00
bindat.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
byte-opt.el ; Spelling and grammar fixes. 2018-02-17 09:17:28 -08:00
byte-run.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
bytecomp.el * lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix. 2018-03-26 16:12:51 -04:00
cconv.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
chart.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
check-declare.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
checkdoc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-extra.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-generic.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-indent.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-lib.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-macs.el Clarify that nil doesn't match itself as a cl-case clause (Bug#30749) 2018-03-10 17:56:04 -05:00
cl-preloaded.el Fix copyright years by hand 2018-01-01 01:02:09 -08:00
cl-print.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-seq.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
copyright.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
crm.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cursor-sensor.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
debug.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
derived.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
disass.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
easy-mmode.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
easymenu.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
edebug.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
eieio-base.el Improve warning and error messages 2018-03-22 10:46:09 +08:00
eieio-compat.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-core.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-custom.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-datadebug.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-opt.el Define cl-type-definition button type as needed (Bug#28899) 2018-01-30 22:14:02 -05:00
eieio-speedbar.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eldoc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
elint.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
elp.el Improve documentation of Profiling features 2018-02-17 11:59:36 +02:00
ert-x.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ert.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ewoc.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
find-func.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
float-sup.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
generator.el * lisp/emacs-lisp/generator.el (iter-defun): Add 'doc-string' prop. 2018-01-11 11:24:38 -05:00
generic.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gv.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
helper.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
inline.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
let-alist.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lisp-mnt.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lisp-mode.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lisp.el Fix mark-defun when there's no spaces between successive defuns. 2018-01-06 11:48:32 +00:00
macroexp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
map-ynp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
map.el ; Fix some tiny doc typos 2018-03-27 17:02:04 -04:00
nadvice.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
package-x.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
package.el ; Fix doc typos related to indefinite articles 2018-02-16 17:33:57 -05:00
pcase.el Document return value of pcase (Bug#30425) 2018-03-31 00:50:37 -04:00
pp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
radix-tree.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
re-builder.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
regexp-opt.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
regi.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ring.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rmc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rx.el * lisp/emacs-lisp/rx.el (rx): Fix the definition of 'blank'. 2018-01-30 00:05:58 +01:00
seq.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
shadow.el Handle case-insensitive filenames for load-path shadows (Bug#5845) 2018-01-18 16:26:52 -05:00
smie.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
subr-x.el De-obsolete if-let' and when-let' 2018-03-27 01:54:22 +02:00
syntax.el Remove outdated comment in syntax.el 2018-03-03 14:41:16 +02:00
tabulated-list.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tcover-ses.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tcover-unsafep.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
testcover.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
thunk.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
timer-list.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
timer.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tq.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
trace.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unsafep.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
warnings.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00