aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorGlenn Morris2017-12-12 23:18:35 -0800
committerGlenn Morris2017-12-12 23:18:35 -0800
commitf5d036023494dc0d757d062f086a6adb6728f364 (patch)
tree593631783efea9ac22bc585844f111f7d655ab2e /lisp/calendar
parent45099bb90ff2107c3a30aef3047c893dbf5ef249 (diff)
downloademacs-f5d036023494dc0d757d062f086a6adb6728f364.tar.gz
emacs-f5d036023494dc0d757d062f086a6adb6728f364.zip
Escape column-zero doc parens
* lisp/htmlfontify.el (hfy-display-class): * lisp/calendar/icalendar.el (icalendar--do-create-ical-alarm): * lisp/net/shr.el (shr-external-rendering-functions): * lisp/progmodes/cc-vars.el (c-asymmetry-fontification-flag): * lisp/textmodes/tildify.el (tildify-tildify): Escape column-zero doc parens. A shame bug#21871 remains unfixed.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/icalendar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 129cd6d9ad3..27f1b0324e3 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -1310,7 +1310,7 @@ Returns an alist."
1310Argument ADVANCE-TIME is a number giving the time when the alarm 1310Argument ADVANCE-TIME is a number giving the time when the alarm
1311fires (minutes before the respective event). Argument ALARM-SPEC 1311fires (minutes before the respective event). Argument ALARM-SPEC
1312is a list which must be one of (audio), (display) or 1312is a list which must be one of (audio), (display) or
1313(email (ADDRESS1 ...)), see `icalendar-export-alarms'. Argument 1313\(email (ADDRESS1 ...)), see `icalendar-export-alarms'. Argument
1314SUMMARY is a string which contains a short description for the 1314SUMMARY is a string which contains a short description for the
1315alarm." 1315alarm."
1316 (let* ((action (car alarm-spec)) 1316 (let* ((action (car alarm-spec))