emacs-gpu/lisp/calendar
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
..
appt.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
cal-bahai.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
cal-china.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-coptic.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-dst.el Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
cal-french.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-hebrew.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
cal-html.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-islam.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-iso.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-julian.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-mayan.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-menu.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
cal-move.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-persia.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-tex.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
cal-x.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calendar.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
diary-lib.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
holidays.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
icalendar.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
lunar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
parse-time.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
solar.el * lisp/calendar/solar.el (solar-ecliptic-coordinates): Use float-pi. 2015-05-17 23:02:10 -07:00
time-date.el (time-to-seconds, time-less-p): Mark unused vars with underscore 2015-09-09 16:31:58 -04:00
timeclock.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
todo-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00