diff options
| author | Glenn Morris | 2017-12-12 23:18:35 -0800 |
|---|---|---|
| committer | Glenn Morris | 2017-12-12 23:18:35 -0800 |
| commit | f5d036023494dc0d757d062f086a6adb6728f364 (patch) | |
| tree | 593631783efea9ac22bc585844f111f7d655ab2e /lisp/calendar | |
| parent | 45099bb90ff2107c3a30aef3047c893dbf5ef249 (diff) | |
| download | emacs-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.el | 2 |
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." | |||
| 1310 | Argument ADVANCE-TIME is a number giving the time when the alarm | 1310 | Argument ADVANCE-TIME is a number giving the time when the alarm |
| 1311 | fires (minutes before the respective event). Argument ALARM-SPEC | 1311 | fires (minutes before the respective event). Argument ALARM-SPEC |
| 1312 | is a list which must be one of (audio), (display) or | 1312 | is 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 |
| 1314 | SUMMARY is a string which contains a short description for the | 1314 | SUMMARY is a string which contains a short description for the |
| 1315 | alarm." | 1315 | alarm." |
| 1316 | (let* ((action (car alarm-spec)) | 1316 | (let* ((action (car alarm-spec)) |