emacs/lisp/emacs-lisp
Eli Zaretskii 59d1aac49d Document return values of the various read-* functions
* lisp/textmodes/string-edit.el (read-string-from-buffer):
* lisp/simple.el (read-from-kill-ring, read-shell-command)
(read-signal-name):
* lisp/replace.el (read-regexp-case-fold-search):
* lisp/auth-source.el (read-passwd):
* lisp/subr.el (read-key, read-number):
* lisp/minibuffer.el (read-file-name, read-no-blanks-input):
* lisp/international/mule-cmds.el (read-multilingual-string):
* lisp/language/japan-util.el (read-hiragana-string):
* lisp/files-x.el (read-file-local-variable)
(read-file-local-variable-mode, read-file-local-variable-value):
* lisp/faces.el (read-face-font, read-face-name):
* lisp/simple.el (read-extended-command):
* lisp/env.el (read-envvar-name):
* lisp/files.el (read-directory-name):
* lisp/faces.el (read-color):
* lisp/international/mule-diag.el (read-charset):
* lisp/emacs-lisp/map-ynp.el (read-answer):
* src/coding.c (Fread_coding_system)
(Fread_non_nil_coding_system):
* src/minibuf.c (Fread_command, Fread_from_minibuffer):
* src/lread.c (Fread_char, Fread_char_exclusive, Fread_event): Doc
fixes.
2025-03-09 15:02:39 +02:00
..
advice.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
avl-tree.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
backquote.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
backtrace.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
benchmark.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
bindat.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
byte-opt.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
byte-run.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
bytecomp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cconv.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
chart.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
check-declare.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
checkdoc.el Improve checkdoc-common-verbs-wrong-voice docstring 2025-01-11 05:18:14 +01:00
cl-extra.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-generic.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-indent.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-lib.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-macs.el ; Improve docstring of cl-check-type 2025-03-02 04:11:55 +01:00
cl-preloaded.el Fix copyright years by hand 2025-01-02 18:44:48 +01:00
cl-print.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-seq.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
comp-common.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
comp-cstr.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
comp-run.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
comp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
compat.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
copyright.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
crm.el completing-read-multiple: Fix support for ":" as separator 2025-03-02 05:13:59 +02:00
cursor-sensor.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
debug-early.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
debug.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
derived.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
disass.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
easy-mmode.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
easymenu.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
edebug.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eieio-base.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eieio-core.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eieio-custom.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eieio-datadebug.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eieio-opt.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eieio-speedbar.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eieio.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eldoc.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
elint.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
elp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ert-font-lock.el Fix ert-font-lock macro signatures 2025-02-25 11:02:55 +01:00
ert-x.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ert.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ewoc.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
faceup.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
find-func.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
float-sup.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
generate-lisp-file.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
generator.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
generic.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
gv.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
helper.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
hierarchy.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
icons.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
inline.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
let-alist.el ; (let-alist): Document double-dot escape syntax. (Bug#75852) 2025-01-27 08:26:19 +01:00
lisp-mnt.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
lisp-mode.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
lisp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
loaddefs-gen.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
macroexp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
map-ynp.el Document return values of the various read-* functions 2025-03-09 15:02:39 +02:00
map.el ; Minor improvements for doc strings in map.el 2025-01-23 12:29:04 +02:00
memory-report.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
multisession.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
nadvice.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
oclosure.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
package-vc.el Upgrade out-of-date VC package dependencies 2025-02-23 20:48:15 +01:00
package-x.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
package.el Improve doc string of 'package-delete' 2025-01-09 09:27:44 +02:00
pcase.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
pp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
radix-tree.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
range.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
re-builder.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
regexp-opt.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
regi.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ring.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
rmc.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
rx.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
seq.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
shadow.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
shortdoc.el ; Improve documentation of 'shortdoc' 2025-03-04 16:01:32 +02:00
shorthands.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
smie.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
subr-x.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
syntax.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
tabulated-list.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
tcover-ses.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
testcover.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
text-property-search.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
thunk.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
timer-list.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
timer.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
tq.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
trace.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
track-changes.el * lisp/emacs-lisp/track-changes.el (track-changes-fetch): Fix bug#75906 2025-02-03 15:50:36 -05:00
unsafep.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
vtable.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
warnings.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00