]> git.eshelyaron.com Git - emacs.git/commitdiff
Escape column-zero doc parens
authorGlenn Morris <rgm@gnu.org>
Wed, 13 Dec 2017 07:18:35 +0000 (23:18 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 13 Dec 2017 07:18:35 +0000 (23:18 -0800)
* 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.

lisp/calendar/icalendar.el
lisp/htmlfontify.el
lisp/net/shr.el
lisp/progmodes/cc-vars.el
lisp/textmodes/tildify.el

index 129cd6d9ad3f6d045d795e56821cf7c14bfef22e..27f1b0324e3a9837db250532b5fc79df7e59889e 100644 (file)
@@ -1310,7 +1310,7 @@ Returns an alist."
 Argument ADVANCE-TIME is a number giving the time when the alarm
 fires (minutes before the respective event).  Argument ALARM-SPEC
 is a list which must be one of (audio), (display) or
-(email (ADDRESS1 ...)), see `icalendar-export-alarms'.  Argument
+\(email (ADDRESS1 ...)), see `icalendar-export-alarms'.  Argument
 SUMMARY is a string which contains a short description for the
 alarm."
   (let* ((action (car alarm-spec))
index cb4c83d33e07033740394a15e88e011af7abeb48..0c5a2477e5d51d7867fac97a553c9fb0f328aad2 100644 (file)
@@ -426,7 +426,7 @@ Some valid class specification elements are:\n
   (type       lucid)
 Multiple values for a tag may be combined, to indicate that any one or more
 of these values in the specification key constitutes a match, eg:\n
-((class color grayscale) (type tty)) would match any of:\n
+\((class color grayscale) (type tty)) would match any of:\n
   ((class color))
   ((class grayscale))
   ((class color grayscale))
index ad5d869531cc93fdbd473eb76f86627b0394e267..8a64f7549f28493c02fa000422e4d13d8cc6754c 100644 (file)
@@ -149,7 +149,7 @@ cid: URL as the argument.")
   "Alist of tag/function pairs used to alter how shr renders certain tags.
 For instance, eww uses this to alter rendering of title, forms
 and other things:
-((title . eww-tag-title)
+\((title . eww-tag-title)
  (form . eww-tag-form)
  ...)")
 
index c4213797636407361be4dac4bec66536694d43ba..51caef2fc30e91e445b0a83b4432a49b476aabdc 100644 (file)
@@ -1641,7 +1641,7 @@ In the fontification engine, it is sometimes impossible to determine
 whether a construct is a declaration or an expression.  This happens
 particularly in C++, due to ambiguities in the language.  When such a
 construct is like \"foo * bar\" or \"foo &bar\", and this variable is non-nil
-(the default), the construct will be fontified as a declaration if there is
+\(the default), the construct will be fontified as a declaration if there is
 white space either before or after the operator, but not both."
   :type 'boolean
   :group 'c)
index 0d7b15dfc6bf0be5850e74069c96d8010870bc2e..f25dfbcc75dceecd886b4545bc5cf55cfeddf573 100644 (file)
@@ -350,7 +350,7 @@ If ASK is nil, perform replace without asking user for confirmation.
 
 Returns (count . response) cons where count is number of string
 replacements done and response is one of symbols: t (all right), nil
-(quit), force (replace without further questions)."
+\(quit), force (replace without further questions)."
   (save-excursion
     (goto-char beg)
     (let ((regexp tildify-pattern)