1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00
emacs/lisp
Amin Bandali 081eb52e4d
Switch the order of ERC's '/whois' arguments sent to the server
* lisp/erc/erc.el (erc-cmd-WHOIS): Switch the order of 'server' and
'user' arguments sent to the server.  Per RFC 1459 and RFC 2812, the
optional 'server' argument command comes before the 'user' argument,
not after.  While at it, update the doc string to explain why one may
want to specify the 'server' argument.
* etc/NEWS: Announce the change.
2021-09-29 01:01:21 -04:00
..
calc Add 'doc-string' declaration to defcalcmodevar 2021-09-26 20:59:39 +02:00
calendar ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cedet Signal error on newline in internal--format-docstring-line 2021-09-28 14:15:00 +02:00
emacs-lisp Add shortdoc for text properties 2021-09-28 20:45:08 +02:00
emulation ; Fix some recent fixes to doc strings 2021-09-26 16:50:11 +03:00
erc Switch the order of ERC's '/whois' arguments sent to the server 2021-09-29 01:01:21 -04:00
eshell * etc/NEWS: Announce Eshell bookmarks. 2021-09-29 03:53:07 +02:00
gnus ; Fix some recent fixes to doc strings 2021-09-26 16:50:11 +03:00
image Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
international ; Update some links to HTTPS and note some broken links 2021-09-27 12:40:04 +02:00
language Move compose-gstring-for-variation-glyph 2021-09-24 13:10:48 +02:00
leim/quail ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
mail Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
mh-e ; * lisp/mh-e/mh-scan.el: re-order variables to be actually alphabetical 2021-09-25 07:18:50 -07:00
net Add bookmark.el support to eww 2021-09-29 03:53:07 +02:00
nxml ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
obsolete Unobsolete erc-compat.el 2021-09-28 23:54:42 -04:00
org ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
play ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
progmodes * lisp/progmodes/flymake.el (flymake-menu): Don't use obsolete name. 2021-09-27 16:00:32 +02:00
term Minor fix in 'w32-find-non-USB-fonts' 2021-09-27 12:28:54 +03:00
textmodes Adjust ispell-look-command type 2021-09-28 08:06:31 +02:00
url Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
vc ; Fix some recent fixes to doc strings 2021-09-26 16:50:11 +03:00
abbrev.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
align.el Clarify align-regexp doc string 2021-09-23 00:18:21 +02:00
allout-widgets.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
allout.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
ansi-color.el Add support for "bright" ANSI colors in ansi-color 2021-09-23 22:57:53 +02:00
apropos.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
arc-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
array.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
auth-source-pass.el ; Fix symbol quoting typos 2021-09-12 18:36:49 +02:00
auth-source.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
autoarg.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
autoinsert.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
autorevert.el Make global-auto-revert-non-file-buffers work better 2021-09-21 23:09:38 +02:00
avoid.el Prefer seq-random-elt to nth+random 2021-09-24 19:41:03 +02:00
battery.el 'global-mode-string' elements should have a space at the end 2021-07-23 14:40:53 +02:00
bindings.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
bookmark.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
bs.el ; Normalize some header comments 2021-09-16 15:42:44 +02:00
buff-menu.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
button.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
calculator.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
case-table.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
cdl.el 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
ChangeLog.2 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.3 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.4 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.5 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.6 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.7 ; Fix typos 2021-09-03 13:05:32 +02:00
ChangeLog.8 ; Fix typos 2021-09-03 13:05:32 +02:00
ChangeLog.9 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.10 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.11 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.12 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.13 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.14 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.15 ; Update some links to HTTPS and note some broken links 2021-09-27 12:40:04 +02:00
ChangeLog.16 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.17 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
char-fold.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
chistory.el Use lexical-binding in chistory.el 2021-03-31 01:43:47 +02:00
cmuscheme.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
color.el * lisp/color.el: Remove Emacs 23.2 compat code. 2021-02-05 01:29:20 +01:00
comint.el Make comint understand the ccrypt password phrases 2021-09-27 08:15:24 +02:00
completion.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
composite.el Move compose-gstring-for-variation-glyph 2021-09-24 13:10:48 +02:00
COPYING
cus-dep.el Merge remote-tracking branch 'savannah/master' into native-comp 2021-04-13 12:06:23 +02:00
cus-edit.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cus-face.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
cus-start.el Add new variable 'kill-buffer/delete-auto-save-files' 2021-08-23 15:56:54 +02:00
cus-theme.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
custom.el Avoid warning about long docstring lines in defcustom 2021-09-26 13:23:57 +02:00
dabbrev.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
delim-col.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
delsel.el Use `abort-minibuffers' in delsel 2021-08-04 09:15:25 +02:00
descr-text.el Improve describe-char buffer extremely slightly 2021-09-27 04:21:00 +02:00
desktop.el Avoid failing in desktop-clear due to killed buffers 2021-07-22 14:22:26 +02:00
dframe.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
dired-aux.el Use explicit man-page section in references 2021-09-25 10:30:27 +03:00
dired-x.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
dired.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
dirtrack.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
disp-table.el Use lexical-binding in the remaining preloaded files 2021-01-04 20:57:42 -05:00
display-fill-column-indicator.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
display-line-numbers.el Improve support for 'display-line-numbers-width-start' 2021-04-30 10:28:50 +03:00
dnd.el ; Minor doc fixes found by checkdoc 2021-09-13 06:44:52 +02:00
doc-view.el Change how thread-first/thread-last indent the first argument 2021-09-22 05:57:48 +02:00
dom.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dos-fns.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
dos-vars.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
dos-w32.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
double.el Use lexical-binding in double.el 2021-03-31 01:11:21 +02:00
dynamic-setting.el * lisp/dynamic-setting.el: Add missing footer 2021-04-12 11:54:10 -04:00
ebuff-menu.el * lisp/ebuff-menu.el: Use lexical-binding. 2021-03-31 01:23:29 +02:00
echistory.el Use lexical-binding in echistory.el 2021-03-30 19:02:20 +02:00
ecomplete.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
edmacro.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
ehelp.el Prefer defvar-local in remaining libraries 2021-02-02 09:57:07 +01:00
elec-pair.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
electric.el * lisp/electric.el: Do auto-indent inside strings and comments by default 2021-05-29 09:22:57 -04:00
elide-head.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
emacs-lock.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
env.el ; Improve documentation of 'with-environment-variables' 2021-09-26 12:11:56 +03:00
epa-dired.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
epa-file.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
epa-hook.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
epa-ks.el Prefer seq-random-elt to nth+random 2021-09-24 19:41:03 +02:00
epa-mail.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
epa.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
epg-config.el Use lexical-binding in epg-config.el and add tests 2021-04-01 11:07:06 +02:00
epg.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
expand.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ezimage.el * lisp/ezimage.el: Use lexical-binding. 2021-01-28 18:43:15 +01:00
face-remap.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
facemenu.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
faces.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
ffap.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
filecache.el * lisp/filecache.el: Fix cycling (bug#49761). 2021-08-01 11:38:51 +03:00
fileloop.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
filenotify.el Simplify `file-notify--rm-descriptor' 2021-09-27 20:35:31 +02:00
files-x.el ; Fix symbol quoting typos 2021-09-12 18:36:49 +02:00
files.el save-some-buffers-root doc string change 2021-09-25 07:32:48 +02:00
filesets.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
find-cmd.el Use lexical-binding in find-cmd.el and add tests 2021-01-29 06:19:06 +01:00
find-dired.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
find-file.el ; Remove various duplicated words 2021-09-25 20:25:01 +02:00
find-lisp.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
finder.el Make `find-function-source-path' into obsolete alias 2021-09-14 13:44:20 +02:00
flow-ctrl.el * lisp/flow-ctrl.el: Use lexical-binding. 2021-01-29 06:19:06 +01:00
foldout.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
follow.el Fix recentering issue in `follow-mode' 2021-08-27 03:43:19 +02:00
font-core.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
font-lock.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
format-spec.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
format.el Allow using a single anonymous face in enriced-mode 2021-08-11 22:29:38 +02:00
forms.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
frame.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
frameset.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
fringe.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
generic-x.el Revert "Load all generic-x.el modes unconditionally" 2021-04-09 01:43:10 +02:00
help-at-pt.el * lisp/help-at-pt.el: Use lexical-binding. 2021-03-24 06:31:29 +01:00
help-fns.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
help-macro.el * lisp/help-macro.el: Doc fix. 2021-05-02 12:22:34 +02:00
help-mode.el Add support for man page hyperlinks in doc strings 2021-09-25 04:00:37 +02:00
help.el * lisp/mouse.el (context-menu-map): Fix when menu is a command (bug#50851) 2021-09-28 22:00:41 +03:00
hex-util.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
hexl.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
hfy-cmap.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
hi-lock.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
hilit-chg.el Fix hilit-chg highlighting of characters where text has been removed 2021-07-14 16:40:18 +02:00
hippie-exp.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
hl-line.el Allow packages to change the hl-line overlay priority 2021-06-01 10:29:33 +02:00
htmlfontify.el ; Stylistic docfixes in htmlfontify.el found by checkdoc 2021-09-21 18:19:43 +02:00
ibuf-ext.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ibuf-macs.el Remove redundant #' before lambda in ibuf-*.el 2021-04-09 18:27:27 +02:00
ibuffer.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
icomplete.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ido.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ielm.el Improve error message in ielm on printing errors 2021-09-04 10:38:50 +02:00
iimage.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
image-dired.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
image-file.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
image-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
image.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
imenu.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
indent.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
info-look.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
info-xref.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
info.el Add docstrings to context menu functions, and add middle-separator 2021-09-15 19:00:56 +03:00
informat.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
isearch.el * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483) 2021-09-25 18:08:25 +02:00
isearchb.el Remove dead URL in isearchb.el comments 2021-05-08 14:17:16 +02:00
jit-lock.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
jka-cmpr-hook.el Use gzip to uncompess .xz files on MacOS 2021-09-25 03:05:27 +02:00
jka-compr.el Make jka-compr-insert-file-contents slightly more efficient 2021-07-13 23:48:04 +02:00
json.el Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00
jsonrpc.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
kermit.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
kmacro.el Move 'kdb-macro-redisplay' key binding 2021-09-22 21:56:31 +02:00
ldefs-boot.el Rename project-remove-known-project to project-forget-project 2021-09-21 16:07:52 +03:00
linum.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
loadhist.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
loadup.el Move most of the shorthand implementation to C code 2021-09-27 01:07:11 +01:00
locate.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
lpr.el Use lexical-binding in lpr.el and add rudimentary tests 2021-03-30 23:11:24 +02:00
ls-lisp.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
macros.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
Makefile.in Make the build of source tarball produce *.eln files 2021-09-28 15:00:50 +03:00
makesum.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
man.el Fix typo in previous man.el change 2021-09-23 22:57:53 +02:00
master.el * lisp/master.el: Use lexical-binding. 2021-03-24 05:32:47 +01:00
mb-depth.el Improve the docs of a recent change in mb-depth.el 2021-03-19 14:46:15 +02:00
md4.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
menu-bar.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
midnight.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
minibuf-eldef.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
minibuffer.el Don't quote nil and t in doc strings and comments 2021-09-21 22:11:43 +02:00
misc.el Small fixes 2021-02-23 21:05:30 +02:00
misearch.el * lisp/misearch.el (multi-isearch-push-state): Use proper closures 2021-05-18 19:03:06 -04:00
mouse-copy.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
mouse-drag.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
mouse.el * lisp/mouse.el (context-menu-map): Fix when menu is a command (bug#50851) 2021-09-28 22:00:41 +03:00
mpc.el * lisp/mpc.el (mpc-format): Fix printing after last format spec. 2021-09-29 06:57:28 +02:00
msb.el Make `menu-bar-select-buffer' obsolete 2021-05-31 07:29:51 +02:00
mwheel.el * lisp/mwheel.el: Don't use custom-initialize-delay. 2021-08-01 18:13:41 -04:00
newcomment.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
notifications.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
novice.el * lisp/novice.el: Use lexical-binding. 2021-03-20 00:34:02 +01:00
obarray.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
outline.el * lisp/outline.el (outline-minor-mode-cycle-filter): New defcustom (bug#50679) 2021-09-23 19:14:56 +03:00
paren.el Enable show-paren-mode by default 2021-09-29 03:48:27 +03:00
password-cache.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
pcmpl-cvs.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
pcmpl-gnu.el Use declare instead of def-edebug-spec in most places 2021-02-12 16:08:01 -05:00
pcmpl-linux.el Delete some commented out defgroups 2021-03-24 06:15:37 +01:00
pcmpl-rpm.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
pcmpl-unix.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
pcmpl-x.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
pcomplete.el * lisp/pcomplete.el: Remove aliases commented out for 20 years. 2021-04-05 15:15:31 +02:00
pixel-scroll.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
plstore.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
printing.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
proced.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
profiler.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
ps-bdf.el * lisp/ps-bdf.el: Use lexical-binding 2021-04-10 17:03:11 -04:00
ps-def.el ; Normalize some header comments 2021-09-16 15:42:44 +02:00
ps-mule.el Fix folding of non-ASCII lines when printing to Postscript 2021-05-29 07:38:00 +02:00
ps-print.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
ps-samp.el ; Normalize some header comments 2021-09-16 15:42:44 +02:00
README
recentf.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
rect.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
register.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
registry.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
repeat.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
replace.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
reposition.el Don't signal scan-error in interactive sexp-based commands 2021-04-30 17:31:20 +02:00
reveal.el Prefer defvar-local in remaining libraries 2021-02-02 09:57:07 +01:00
rfn-eshadow.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
rot13.el * lisp/rot13.el: Improve documentation. (Bug#47970) 2021-04-24 10:49:40 +02:00
rtree.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ruler-mode.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
savehist.el Fix exiting Emacs when savehist-file not writable 2021-05-11 15:56:41 +02:00
saveplace.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
scroll-all.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
scroll-bar.el Use lexical-binding in the remaining preloaded files 2021-01-04 20:57:42 -05:00
scroll-lock.el Prefer defvar-local in remaining libraries 2021-02-02 09:57:07 +01:00
select.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
server.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
ses.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
shadowfile.el Improve robustness of shadowfile.el 2021-08-26 13:14:19 +02:00
shell.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
simple.el Set :type of suggest-key-bindings to natnum 2021-09-25 04:15:22 +02:00
skeleton.el * lisp/skeleton.el (skeleton-read): Silence compiler warning 2021-03-07 19:04:18 -05:00
so-long.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
sort.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
soundex.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
speedbar.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
startup.el Center Emacs logo above text on the splash screen 2021-09-08 04:18:44 +02:00
strokes.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
subr.el Signal error on newline in internal--format-docstring-line 2021-09-28 14:15:00 +02:00
svg.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
t-mouse.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
tab-bar.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
tab-line.el * lisp/tab-line.el: Add modified-buffer face 2021-09-25 22:18:11 +03:00
tabify.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
talk.el * lisp/talk.el: Use lexical-binding. 2021-03-24 09:05:06 +01:00
tar-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
tempo.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
term.el Add support for "bright" ANSI colors in term-mode 2021-09-23 22:57:53 +02:00
thingatpt.el New thing-at-point target 'string' used in context-menu-region 2021-09-24 09:29:52 +03:00
thread.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
thumbs.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
time-stamp.el ; Clarify and simplify time-stamp comments 2021-09-26 08:23:29 -07:00
time.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
timezone.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
tmm.el Fix tmm-get-keymap under native-compile 2021-08-09 15:19:45 +02:00
tool-bar.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
tooltip.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
transient.el ; Remove various duplicated words 2021-09-25 20:25:01 +02:00
tree-widget.el Delete empty "History" sections 2021-03-30 15:50:26 +02:00
tutorial.el * lisp/tutorial.el: Use lexical-binding. 2021-03-21 02:28:20 +01:00
type-break.el Don't have type-break-mode signal errors on corrupted files 2021-01-21 18:10:21 +01:00
uniquify.el Fix `uniquify-managed' unbounded growth 2021-05-12 17:36:24 +02:00
userlock.el Mention the 'r' key in ask-user-about-supersession-help 2021-09-25 03:38:21 +02:00
vcursor.el * lisp/vcursor.el: Use lexical-binding 2021-04-03 14:15:43 -04:00
version.el * etc/NEWS.19: Add entry for indent-line-to 2021-01-19 12:53:42 -05:00
view.el Use lexical-binding in view.el 2021-03-24 06:15:37 +01:00
vt-control.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
vt100-led.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32-fns.el Merge from origin/emacs-27 2021-02-19 08:36:55 -08:00
w32-vars.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
wdired.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
whitespace.el ; Fix some recent fixes to doc strings 2021-09-26 16:50:11 +03:00
wid-browse.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
wid-edit.el ; * lisp/wid-edit.el (natnum): rectify tag string 2021-09-25 20:27:28 +02:00
widget.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
windmove.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
window.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
winner.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
woman.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
x-dnd.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
xdg.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
xml.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
xt-mouse.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
xwidget.el Do some xwidget NEWS markup (and adjust doc string) 2021-09-18 18:18:13 +02:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.