1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lisp
Paul Eggert 875a5d0ead Prefer directed to neutral quotes
Prefer directed to neutral quotes in docstings and diagnostics.
In docstrings, escape apostrophes that would otherwise be translated
to curved quotes using the newer, simpler rules.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-lang.el (math-read-giac-subscr)
(math-read-math-subscr):
* lisp/calc/calc-misc.el (report-calc-bug):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/dabbrev.el (dabbrev-expand):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/emacs-lisp/elint.el (elint-get-top-forms):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emulation/viper-cmd.el (viper-toggle-search-style):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-arg.el (eshell-parse-arguments):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/files-x.el (modify-file-local-variable):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer)
(filesets-update-pre010505):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/gnus/auth-source.el (auth-source-netrc-parse-entries):
* lisp/gnus/gnus-agent.el (gnus-agent-check-overview-buffer)
(gnus-agent-fetch-headers):
* lisp/gnus/gnus-int.el (gnus-start-news-server):
* lisp/gnus/gnus-registry.el:
(gnus-registry--split-fancy-with-parent-internal):
* lisp/gnus/gnus-score.el (gnus-summary-increase-score):
* lisp/gnus/gnus-start.el (gnus-convert-old-newsrc):
* lisp/gnus/gnus-topic.el (gnus-topic-rename):
* lisp/gnus/legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/gnus/spam.el (spam-check-blackholes):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/tramp-cache.el:
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-bibtex.el (org-bibtex-fields):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/play/dunnet.el (dun-score, dun-help, dun-endgame-question)
(dun-rooms, dun-endgame-questions):
* lisp/progmodes/ada-mode.el (ada-goto-matching-start):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/antlr-mode.el (antlr-options-alists):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/server.el (server-get-auth-key):
* lisp/subr.el (version-to-list):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/vc/ediff-diff.el (ediff-same-contents):
* lisp/vc/vc-cvs.el (vc-cvs-mode-line-string):
* test/automated/tramp-tests.el (tramp-test33-asynchronous-requests):
Use directed rather than neutral quotes in diagnostics.
2015-08-24 23:57:25 -07:00
..
calc Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
calendar Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
cedet Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
emacs-lisp Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
emulation Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
erc Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
eshell Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
gnus Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
international Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
language ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
leim/quail Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
mail Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
mh-e Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
net Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
nxml Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
obsolete Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
org Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
play Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
progmodes Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
term Use curved quotes in core elisp diagnostics 2015-08-16 09:00:14 -07:00
textmodes Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
url Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
vc Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
abbrev.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
align.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
allout-widgets.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
allout.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ansi-color.el Improve ansi-color filtering of unrecognized escape sequences 2015-08-03 20:06:04 -07:00
apropos.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
arc-mode.el Fix a thinko in arc-mode.el 2015-06-08 17:22:44 +03:00
array.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
autoarg.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
autoinsert.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
autorevert.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
avoid.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
battery.el * lisp/battery.el: Make it work on my MSI Wind 2015-03-06 23:42:10 -05:00
bindings.el * lisp/bindings.el (debug-ignored-errors): Add mark-inactive. 2015-06-12 02:17:23 +03:00
bookmark.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
bs.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
buff-menu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
button.el Use curved quotes in core elisp diagnostics 2015-08-16 09:00:14 -07:00
calculator.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
case-table.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cdl.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.1 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.2 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.3 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.4 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.5 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.6 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.7 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.8 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.9 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.10 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.11 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.12 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.13 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.14 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.15 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.16 Change defgeneric so it doesn't completely redefine the function 2015-05-21 23:46:10 -04:00
ChangeLog.17 ; Omit entries that will appear in ChangeLog.2 2015-05-23 08:36:28 -07:00
character-fold.el * isearch.el (isearch-search-fun-default): Revert a5bdb87 2015-08-19 11:45:49 +01:00
chistory.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cmuscheme.el ; Comment fixes. 2015-06-15 21:24:24 -04:00
color.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
comint.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
completion.el (completion-lisp-mode-hook): Use completion-separator-chars 2015-04-13 10:35:15 -04:00
composite.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
COPYING
cus-dep.el Tweak some build messages. 2015-06-05 16:10:18 -04:00
cus-edit.el Substitute some customization etc. doc strings 2015-08-02 00:05:25 -07:00
cus-face.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cus-start.el Use curved quotes in core elisp diagnostics 2015-08-16 09:00:14 -07:00
cus-theme.el Revert "Prefer ‘format’ to ‘substitute-command-keys’" 2015-08-23 16:33:39 +02:00
custom.el Use curved quotes in core elisp diagnostics 2015-08-16 09:00:14 -07:00
dabbrev.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
delim-col.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
delsel.el Make electric-pair-mode, delete-selection-mode and CC Mode cooperate. 2015-08-19 16:47:10 +00:00
descr-text.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
desktop.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
dframe.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
dired-aux.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
dired-x.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
dired.el ; Auto-commit of loaddefs files. 2015-08-24 06:23:11 -04:00
dirtrack.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
disp-table.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dnd.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
doc-view.el doc-view.el (doc-view-kill-proc-and-buffer): Obsolete. 2015-02-06 07:44:02 -02:00
dom.el * lisp/dom.el: Load subr-x when compiling, for when-let. 2015-04-30 20:09:50 -04:00
dos-fns.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dos-vars.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dos-w32.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
double.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
dynamic-setting.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebuff-menu.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
echistory.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
edmacro.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
ehelp.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
elec-pair.el Address some compilation warnings. 2015-06-16 20:28:48 -04:00
electric.el Treat ' like ’ even when not matching ` 2015-08-24 23:57:21 -07:00
elide-head.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
emacs-lock.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
env.el Use curved quotes in core elisp diagnostics 2015-08-16 09:00:14 -07:00
epa-dired.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
epa-file.el epa-inhibit inhibits auto-recognition of .gpg files 2015-08-12 11:19:47 -04:00
epa-hook.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
epa-mail.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
epa.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
epg-config.el epg: Automatically start pinentry server 2015-07-16 15:43:03 +09:00
epg.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
expand.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ezimage.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
face-remap.el Address some compilation warnings. 2015-06-16 20:04:35 -04:00
facemenu.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
faces.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
ffap.el Use kpsewhich in ffap-latex-mode, if available 2015-08-09 18:41:44 +02:00
filecache.el * filecache.el (file-cache-filter-regexps): Add lock files (tiny change) 2015-02-23 23:50:44 -08:00
filenotify.el * filenotify.el (file-notify--descriptor): Do not cons for remote files. 2015-01-13 15:58:50 +01:00
files-x.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
files.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
filesets.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
find-cmd.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
find-dired.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
find-file.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
find-lisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
finder.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
flow-ctrl.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
foldout.el * lisp/foldout.el: Update for 2015-01-30 outline.el changes. 2015-04-28 21:09:25 -04:00
follow.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
font-core.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
font-lock.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
format-spec.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
format.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
forms.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
frame.el Sanitize frame geometry related functions 2015-08-21 11:00:59 +02:00
frameset.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
fringe.el Use curved quotes in core elisp diagnostics 2015-08-16 09:00:14 -07:00
generic-x.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gs.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
help-at-pt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
help-fns.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
help-macro.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
help-mode.el Fix doc-string of `help-mode-finish'. 2015-08-19 11:33:25 +02:00
help.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
hex-util.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
hexl.el eldoc: modify eldoc-documentation-function' using add-function' 2015-01-20 15:04:15 +01:00
hfy-cmap.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
hi-lock.el * lisp/eshell: Fix history substitution error 2015-02-24 14:03:54 -05:00
hilit-chg.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
hippie-exp.el Further lisp-complete-symbol related cleanup. 2015-05-18 20:51:47 -04:00
hl-line.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
htmlfontify.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ibuf-ext.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ibuf-macs.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ibuffer.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
icomplete.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ido.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ielm.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
iimage.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
image-dired.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
image-file.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
image-mode.el image-mode.el (image-kill-buffer): New command bound to k. 2015-02-06 07:43:50 -02:00
image.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
imenu.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
indent.el * lisp/indent.el (indent-region): Don't deactivate the mark 2015-04-17 10:30:50 -04:00
info-look.el Accept curved quotes in doc strings 2015-05-28 00:22:03 -07:00
info-xref.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
info.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
informat.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
isearch.el * isearch.el (isearch-search-fun-default): Revert a5bdb87 2015-08-19 11:45:49 +01:00
isearchb.el Add predicate' arg to read-buffer' and use it for erc-iswitchb 2015-03-16 14:49:01 -04:00
jit-lock.el Tidy up fix to debbugs#20240. 2015-04-05 14:40:57 +00:00
jka-cmpr-hook.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
jka-compr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
json.el Only escape quotation mark, backslash and cntrl U+0000 to U+001F 2015-03-25 21:54:29 +02:00
kermit.el Fix some “nested” quoting confusion in doc strings 2015-06-21 12:38:08 -07:00
kmacro.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
ldefs-boot.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
linum.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
loadhist.el loadhist.el (read-feature): Conform to completing-read 2015-08-12 20:15:57 +02:00
loadup.el No need for cp51932.el, eucjp-ms.el to not be compiled any more. 2015-06-15 23:02:58 -07:00
locate.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lpr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ls-lisp.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
macros.el * lisp/macros.el (name-last-kbd-macro, kbd-macro-query) 2015-06-15 20:41:54 -04:00
Makefile.in * leim/Makefile.in, lisp/Makefile.in: Add missing EXEEXT definition. 2015-06-30 16:20:39 -04:00
makesum.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
man.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
master.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mb-depth.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
md4.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
menu-bar.el Fix documentation of 'menu-set-font' and 'set-frame-font' 2015-08-21 16:32:29 +03:00
midnight.el * lisp/midnight.el: Make it a minor mode. Allow predicates. 2015-04-27 19:07:51 -04:00
minibuf-eldef.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
minibuffer.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
misc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
misearch.el Add doc strings for some Isearch state vars 2015-04-07 10:13:48 -07:00
mouse-copy.el Replace an obsolete function alias 2015-04-28 23:40:27 -07:00
mouse-drag.el Don't block changes in mouse pointer inside 'track-mouse' 2015-06-30 18:59:21 +03:00
mouse.el Fix documentation for `save-excursion' 2015-08-24 22:04:46 +08:00
mpc.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
msb.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
mwheel.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
newcomment.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
notifications.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
novice.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
outline.el lisp/outline.el (outline-show-entry): Fix one invisible char 2015-02-08 16:08:40 +01:00
paren.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
password-cache.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcmpl-cvs.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
pcmpl-gnu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcmpl-linux.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcmpl-rpm.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcmpl-unix.el pcmpl-ssh-known-hosts: Use char-before' instead of looking-back'. 2015-04-03 13:57:42 +02:00
pcmpl-x.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
pcomplete.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
printing.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
proced.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
profiler.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
ps-bdf.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ps-def.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ps-mule.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ps-print.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
ps-samp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
README
recentf.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
rect.el * lisp/rect.el (delete-whitespace-rectangle-line): Don't cross EOL. 2015-04-12 15:50:02 +02:00
register.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
repeat.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
replace.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
reposition.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
reveal.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
rfn-eshadow.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
rot13.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ruler-mode.el Don't block changes in mouse pointer inside 'track-mouse' 2015-06-30 18:59:21 +03:00
savehist.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
saveplace.el * lisp/saveplace.el (save-place-mode): New minor mode. 2015-04-27 19:12:11 -04:00
sb-image.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
scroll-all.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
scroll-bar.el Use curved quotes in core elisp diagnostics 2015-08-16 09:00:14 -07:00
scroll-lock.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
select.el Replace gui-method macros with cl-generic with &context 2015-05-23 11:32:29 -04:00
server.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ses.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
shadowfile.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
shell.el Fix shell-for/backward-command to exclude spaces 2015-06-23 09:19:36 +08:00
simple.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
skeleton.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
sort.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
soundex.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
speedbar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
startup.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
strokes.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
subr.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
t-mouse.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tabify.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
talk.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tar-mode.el Allow for adding new members to Tar archives. 2015-01-27 21:56:57 +00:00
tempo.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
term.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
thingatpt.el Fix bug in thing-at-point--bounds-of-well-formed-url 2015-07-09 10:19:42 +08:00
thumbs.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
time-stamp.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
time.el New optional ZONE arg for format-time-string etc. 2015-07-26 12:44:54 -07:00
timezone.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tmm.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
tool-bar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tooltip.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tree-widget.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tutorial.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
type-break.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
uniquify.el (uniquify-ask-about-buffer-names-p): Remove, unused (bug#21037) 2015-08-13 16:53:49 -04:00
userlock.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
vcursor.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
version.el * lisp/version.el (emacs-version): No longer include build host 2015-08-24 00:27:53 -07:00
view.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vt-control.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vt100-led.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32-fns.el * lisp/w32-fns.el (w32-shell-name): Silence compiler. 2015-05-05 20:10:59 -07:00
w32-vars.el Resurrect the lost optional fixed font menu on w32 2015-03-17 20:29:55 +02:00
wdired.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
whitespace.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
wid-browse.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
wid-edit.el In `widget-color--choose-action' quit *Color* window instead of deleting it 2015-08-20 08:54:45 +02:00
widget.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
windmove.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
window.el In ‘adjust-window-trailing-edge’ fix bug with size-preserved windows. 2015-08-22 10:22:26 +02:00
winner.el Use user-error where error is inappropriate 2015-02-18 16:36:22 -02:00
woman.el In woman.el use display-buffer' instead of switch-to-buffer' 2015-08-21 14:14:20 +02:00
x-dnd.el browse-url: mark some of the more obsolete stuff as such 2015-03-24 23:26:48 -07:00
xml.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
xt-mouse.el Prefer "this" to “this” in doc strings 2015-05-19 19:08:52 -07: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.