1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
emacs/lisp/language
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
..
burmese.el
cham.el
china-util.el
chinese.el
cyril-util.el
cyrillic.el
czech.el
english.el
ethio-util.el Fix minor quoting problems in doc strings 2015-05-28 00:22:03 -07:00
ethiopic.el
european.el
georgian.el
greek.el
hanja-util.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
hebrew.el
ind-util.el
indian.el
japan-util.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
japanese.el
khmer.el
korea-util.el
korean.el
lao-util.el
lao.el
misc-lang.el
romanian.el
sinhala.el
slovak.el
tai-viet.el
thai-util.el
thai-word.el
thai.el
tibet-util.el
tibetan.el
tv-util.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
utf-8-lang.el
viet-util.el
vietnamese.el