1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00
emacs/lisp/org
Paul Eggert 284c470ef7 Backslash cleanup in Elisp source files
This patch should not change behavior.  It typically omits backslashes
where they are redundant (e.g., in the string literal "^\$").
In a few places, insert backslashes where they make regular
expressions clearer: e.g., replace "^\*" (equivalent to "^*") with
"^\\*", which has the same effect as a regular expression.
Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion with
RCS IDs, as that makes it clearer that the backslash is intended.
2015-09-17 16:09:39 -07:00
..
ChangeLog.1
ob-asymptote.el
ob-awk.el
ob-C.el
ob-calc.el
ob-clojure.el
ob-comint.el
ob-core.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-css.el
ob-ditaa.el
ob-dot.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-emacs-lisp.el
ob-eval.el
ob-exp.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ob-fortran.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ob-gnuplot.el
ob-haskell.el
ob-io.el
ob-java.el
ob-js.el
ob-keys.el
ob-latex.el
ob-ledger.el
ob-lilypond.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-lisp.el
ob-lob.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-makefile.el
ob-matlab.el
ob-maxima.el
ob-mscgen.el
ob-ocaml.el
ob-octave.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-org.el
ob-perl.el
ob-picolisp.el
ob-plantuml.el
ob-python.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ob-R.el
ob-ref.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-ruby.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
ob-sass.el
ob-scala.el
ob-scheme.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ob-screen.el
ob-sh.el
ob-shen.el
ob-sql.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-sqlite.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-table.el
ob-tangle.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob.el
org-agenda.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-archive.el
org-attach.el
org-bbdb.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
org-bibtex.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
org-capture.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-clock.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-colview.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-compat.el Quoting fixes in lisp/org 2015-08-31 00:29:40 -07:00
org-crypt.el
org-ctags.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-datetree.el
org-docview.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
org-element.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-entities.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
org-eshell.el
org-faces.el
org-feed.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-footnote.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-gnus.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
org-habit.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-id.el
org-indent.el
org-info.el
org-inlinetask.el
org-install.el
org-irc.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-list.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-macro.el
org-macs.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
org-mhe.el
org-mobile.el
org-mouse.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-pcomplete.el
org-plot.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-protocol.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-rmail.el
org-src.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-table.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-timer.el
org-version.el
org-w3m.el
org.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-ascii.el Update source file encoding list 2015-04-28 10:52:06 -07:00
ox-beamer.el
ox-html.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-icalendar.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
ox-latex.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-man.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-md.el
ox-odt.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-org.el
ox-publish.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-texinfo.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00