1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/test/lisp/emacs-lisp
Sean Whitton 60c0524ad2 Fix capitalization ELisp -> Elisp
* configure.ac (libgccjit_not_found_err)
(libgccjit_dev_not_found_err):
* doc/emacs/buffers.texi (List Buffers):
* doc/lispref/elisp.texi (Tree-sitter C API):
* doc/lispref/functions.texi (What Is a Function):
* doc/lispref/parsing.texi (Parsing Program Source)
(Tree-sitter C API):
* doc/misc/gnus.texi (The Gnus Registry):
* etc/DEBUG:
* etc/NEWS:
* etc/NEWS.25:
* etc/NEWS.26:
* etc/NEWS.28:
* etc/NEWS.30:
* etc/TODO:
* lib-src/emacsclient.c (print_help_and_exit):
* lisp/auth-source.el (auth-source-search):
* lisp/cedet/semantic/bovine/el.el (emacs-lisp-mode):
* lisp/cedet/semantic/wisent/comp.el
(wisent-automaton-lisp-form):
* lisp/cedet/srecode/el.el (srecode-semantic-apply-tag-to-dict):
* lisp/editorconfig.el
(editorconfig-get-local-variables-functions):
* lisp/emacs-lisp/bindat.el (bindat-type):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand):
* lisp/emacs-lisp/cconv.el (cconv-make-interpreted-closure):
* lisp/emacs-lisp/cl-macs.el (cl--labels-convert):
* lisp/emacs-lisp/lisp-mode.el (lisp-fdefs)
(lisp-fill-paragraphs-as-doc-string):
* lisp/emacs-lisp/macroexp.el (macroexp--fgrep):
* lisp/emacs-lisp/oclosure.el (cconv--interactive-helper):
* lisp/emacs-lisp/re-builder.el:
* lisp/erc/erc-button.el (erc-emacswiki-lisp-url):
* lisp/help-fns.el
(help-fns--describe-function-or-command-prompt):
* lisp/menu-bar.el (menu-bar-search-documentation-menu):
* lisp/net/tramp-message.el (tramp-debug-font-lock-keywords):
* lisp/org/org-capture.el (org-capture):
* lisp/org/org.el (org-category, org-todo):
* lisp/org/ox.el (org-export-async-start):
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode):
* lisp/progmodes/peg.el (peg-translate-exp):
* lisp/progmodes/ruby-ts-mode.el:
* lisp/woman.el (woman-mode, woman-parse-numeric-arg):
* src/chartab.c (map_char_table_for_charset):
* src/fns.c (extract_data_from_object):
* src/frame.c (do_switch_frame):
* src/keyboard.c (make_lispy_event):
* test/lisp/emacs-lisp/cl-macs-tests.el (cl-&key-arguments):
* test/lisp/emacs-lisp/shortdoc-tests.el
(shortdoc-help-fns-examples-function-test):
* test/manual/etags/c-src/emacs/src/keyboard.c
(make_lispy_event): Fix capitalization ELisp -> Elisp.
2025-03-12 09:38:33 +08:00
..
bytecomp-resources Single string literal in body is return value only, not doc string 2024-03-07 13:47:53 +01:00
edebug-resources Prefer incf to cl-incf in tests 2025-02-23 00:38:22 +01:00
eieio-tests Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ert-font-lock-resources Improve ert-font-lock assertion parser (Bug#69714) 2024-03-28 11:40:27 +02:00
faceup-resources Update copyright year to 2025 2025-01-02 18:39:42 +01:00
faceup-tests Update copyright year to 2025 2025-01-02 18:39:42 +01:00
macroexp-resources Update copyright year to 2025 2025-01-02 18:39:42 +01:00
package-resources Update copyright year to 2025 2025-01-02 18:39:42 +01:00
pp-resources Fix pp-emacs-lisp-code printing of cons cells 2022-05-17 19:45:20 +02:00
shadow-resources Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
testcover-resources Update copyright year to 2025 2025-01-02 18:39:42 +01:00
backquote-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
backtrace-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
benchmark-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
bindat-tests.el Prefer oddp/evenp to free-coding them in tests 2025-02-17 05:37:10 +01:00
byte-run-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
bytecomp-tests.el Prefer incf to cl-incf in tests 2025-02-23 00:38:22 +01:00
cconv-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
check-declare-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
checkdoc-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-extra-tests.el Use cl-with-gensyms in a few more cases 2025-02-25 01:23:33 +01:00
cl-generic-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-lib-tests.el New macros incf and decf 2025-02-23 00:38:22 +01:00
cl-macs-tests.el Fix capitalization ELisp -> Elisp 2025-03-12 09:38:33 +08:00
cl-preloaded-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-print-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cl-seq-tests.el Add more tests for cl-seq.el 2025-03-06 00:47:24 +01:00
comp-cstr-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
comp-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cond-star-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
copyright-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
derived-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
easy-mmode-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
edebug-tests.el Use cl-with-gensyms in a few more cases 2025-02-25 01:23:33 +01:00
ert-font-lock-tests.el Fix ert-font-lock macro signatures 2025-02-25 11:02:55 +01:00
ert-tests.el Use cl-with-gensyms in a few more cases 2025-02-25 01:23:33 +01:00
ert-x-tests.el Move buffer related functions from ert-x.el to ert.el 2025-02-24 20:45:41 +01:00
find-func-tests.el Adapt a number of regression tests to Android 2025-02-26 11:33:35 +08:00
float-sup-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
generator-tests.el Prefer incf to cl-incf in tests 2025-02-23 00:38:22 +01:00
gv-tests.el New macros incf and decf 2025-02-23 00:38:22 +01:00
hierarchy-tests.el Prefer incf to cl-incf in tests 2025-02-23 00:38:22 +01:00
icons-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
let-alist-tests.el Prefer incf to cl-incf in tests 2025-02-23 00:38:22 +01:00
lisp-mnt-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
lisp-mode-tests.el Make define-global-minor-mode alias obsolete 2025-02-26 06:37:52 +01:00
lisp-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
macroexp-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
map-tests.el Prefer incf to cl-incf in tests 2025-02-23 00:38:22 +01:00
memory-report-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
multisession-tests.el Prefer incf to cl-incf in tests 2025-02-23 00:38:22 +01:00
nadvice-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
oclosure-tests.el Prefer incf to cl-incf in tests 2025-02-23 00:38:22 +01:00
package-tests.el Correct (debug body) edebug specs 2025-03-08 18:35:07 +01:00
pcase-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
pp-tests.el (pp-fill): Fix bug#76715 2025-03-05 18:35:35 -05:00
range-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
regexp-opt-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ring-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
rmc-tests.el Adapt a number of regression tests to Android 2025-02-26 11:33:35 +08:00
rx-tests.el Make the rx eval form use lexical binding when active 2025-02-17 16:24:53 +01:00
seq-tests.el Prefer oddp/evenp to free-coding them in tests 2025-02-17 05:37:10 +01:00
shadow-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
shortdoc-tests.el Fix capitalization ELisp -> Elisp 2025-03-12 09:38:33 +08:00
subr-x-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
syntax-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
tabulated-list-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
testcover-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
text-property-search-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
thunk-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
timer-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
track-changes-tests.el Prefer ert-with-temp-directory in tests 2025-02-23 03:46:57 +01:00
unsafep-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
vtable-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
warnings-tests.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00