]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc.el
Escape ` and ' in doc
[gnu-emacs] / lisp / erc / erc.el
index f282179810362e481f78c3230a54a127f0dc2c1f..726e9ed9a21cf3e3cd858c6946c4adaab3904d0c 100644 (file)
@@ -927,7 +927,7 @@ If no elements match, then the empty string is used.
 
 As an example:
   (setq erc-quit-reason-various-alist
-      '((\"xmms\" dme:now-playing)
+      \\='((\"xmms\" dme:now-playing)
         (\"version\" erc-quit-reason-normal)
         (\"home\" \"Gone home !\")
         (\"^$\" \"Default Reason\")))
@@ -950,7 +950,7 @@ If no elements match, then the empty string is used.
 
 As an example:
   (setq erc-part-reason-various-alist
-      '((\"xmms\" dme:now-playing)
+      \\='((\"xmms\" dme:now-playing)
         (\"version\" erc-part-reason-normal)
         (\"home\" \"Gone home !\")
         (\"^$\" \"Default Reason\")))