]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/company.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / company / company.el
index 713a94fd19fb82235e3d400335e2533cf7c0be32..a2908af16f65e512beef298b7382809abe88b7ae 100644 (file)
@@ -2281,7 +2281,7 @@ It defaults to 0.
 CALLBACK is a function called with the selected result if the user
 successfully completes the input.
 
-Example: \(company-begin-with '\(\"foo\" \"foobar\" \"foobarbaz\"\)\)"
+Example: \(company-begin-with \\='\(\"foo\" \"foobar\" \"foobarbaz\"\)\)"
   (let ((begin-marker (copy-marker (point) t)))
     (company-begin-backend
      (lambda (command &optional arg &rest ignored)