1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 01:10:47 -08:00
emacs/lisp/org
Lars Ingebrigtsen 85e9e5f616 Don't quote nil and t in doc strings and comments
* test/src/minibuf-tests.el (test-try-completion-ignore-case):
* test/lisp/url/url-auth-tests.el
(url-auth-test-digest-auth-retrieve-cache):
* test/lisp/subr-tests.el (subr-tests-add-hook-depth):
* test/lisp/so-long-tests/so-long-tests.el
(so-long-tests-invisible-buffer-function):
* test/lisp/emacs-lisp/tabulated-list-test.el (tabulated-list-sort):
* src/xfaces.c:
* src/process.c (Finterrupt_process):
(syms_of_process):
* src/minibuf.c (Fread_from_minibuffer):
(Fcompleting_read):
(syms_of_minibuf):
* src/dispnew.c (syms_of_display):
* src/data.c:
* lisp/so-long.el (so-long--hack-local-variables):
* lisp/progmodes/elisp-mode.el (elisp--xref-find-definitions):
(elisp--xref-find-definitions):
* lisp/org/ox-html.el (org-html-htmlize-output-type):
* lisp/org/org-agenda.el (org-agenda-do-in-region):
* lisp/net/tramp.el:
* lisp/minibuffer.el (set-minibuffer-message):
* lisp/isearch.el (isearch-wrap-pause):
(isearch-repeat-on-direction-change):
* lisp/emacs-lisp/timer.el (timer):
* lisp/emacs-lisp/package.el (package-read-archive-contents):
* lisp/emacs-lisp/faceup.el (faceup-next-property-change):
* lisp/emacs-lisp/comp.el (comp-func):
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-empty-p):
* lisp/emacs-lisp/cl-macs.el (cl-do):
(cl-do*):
(cl--self-tco):
* lisp/emacs-lisp/bytecomp.el (byte-compile-unresolved-functions):
(byte-compile-cond-jump-table): Don't quote t and nil.
2021-09-21 22:11:43 +02:00
..
ChangeLog.1
ob-abc.el
ob-asymptote.el
ob-awk.el
ob-C.el
ob-calc.el
ob-clojure.el
ob-comint.el
ob-coq.el
ob-core.el
ob-css.el
ob-ditaa.el
ob-dot.el
ob-ebnf.el
ob-emacs-lisp.el
ob-eshell.el
ob-eval.el
ob-exp.el
ob-forth.el
ob-fortran.el
ob-gnuplot.el
ob-groovy.el
ob-haskell.el
ob-hledger.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
ob-io.el
ob-J.el
ob-java.el
ob-js.el
ob-latex.el
ob-ledger.el
ob-lilypond.el
ob-lisp.el
ob-lob.el
ob-lua.el
ob-makefile.el
ob-matlab.el
ob-maxima.el
ob-mscgen.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
ob-ocaml.el
ob-octave.el
ob-org.el
ob-perl.el
ob-picolisp.el
ob-plantuml.el
ob-processing.el
ob-python.el
ob-R.el
ob-ref.el
ob-ruby.el
ob-sass.el
ob-scheme.el
ob-screen.el
ob-sed.el
ob-shell.el
ob-shen.el
ob-sql.el ; Fix symbol quoting typos 2021-09-12 18:36:49 +02:00
ob-sqlite.el
ob-stan.el
ob-table.el
ob-tangle.el
ob-vala.el
ob.el
ol-bbdb.el
ol-bibtex.el
ol-docview.el
ol-eshell.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
ol-eww.el
ol-gnus.el
ol-info.el
ol-irc.el Update IRC-related references to point to Libera.Chat 2021-07-03 23:39:18 -04:00
ol-mhe.el
ol-rmail.el
ol-w3m.el
ol.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
org-agenda.el Don't quote nil and t in doc strings and comments 2021-09-21 22:11:43 +02:00
org-archive.el
org-attach-git.el
org-attach.el
org-capture.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
org-clock.el * lisp/org/org-clock.el (org-clock-get-table-data): Use proper closures 2021-05-18 19:32:35 -04:00
org-colview.el * lisp/org/org-colview.el (org-columns-map): Use proper closures 2021-05-18 19:36:54 -04:00
org-compat.el Fix quoting style in Lisp comments 2021-09-12 19:51:06 +03:00
org-crypt.el
org-ctags.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
org-datetree.el
org-duration.el
org-element.el
org-entities.el
org-faces.el
org-feed.el
org-footnote.el
org-goto.el
org-habit.el
org-id.el
org-indent.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
org-inlinetask.el
org-install.el
org-keys.el
org-lint.el
org-list.el Fix quoting style in Lisp comments 2021-09-12 19:51:06 +03:00
org-macro.el
org-macs.el Address some --without-x byte-compilation warnings 2021-03-26 17:35:34 +00:00
org-mobile.el
org-mouse.el * lisp/org/org-mouse.el: Make use of lexical scoping 2021-05-18 19:51:26 -04:00
org-num.el
org-pcomplete.el
org-plot.el
org-protocol.el
org-refile.el
org-src.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
org-table.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
org-tempo.el
org-timer.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
org-version.el
org.el Fix quoting style in Lisp comments 2021-09-12 19:51:06 +03:00
ox-ascii.el
ox-beamer.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
ox-html.el Don't quote nil and t in doc strings and comments 2021-09-21 22:11:43 +02:00
ox-icalendar.el
ox-latex.el
ox-man.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
ox-md.el
ox-odt.el
ox-org.el
ox-publish.el
ox-texinfo.el
ox.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00