]> rtime.felk.cvut.cz Git - sojka/company-mode.git/commitdiff
Fixed docstring that confused syntax highlighting.
authorNikolaj Schumacher <git@nschum.de>
Thu, 16 Apr 2009 07:25:32 +0000 (09:25 +0200)
committerNikolaj Schumacher <git@nschum.de>
Fri, 17 Apr 2009 09:14:03 +0000 (11:14 +0200)
company.el

index 9660b8644afff1bd9dc70a43792d56812454f625..ca0f8016854e2dc8314ea4c3ec29af1f86926f81 100644 (file)
@@ -254,7 +254,7 @@ of the following:
 'prefix: The back-end should return the text to be completed.  It must be
 text immediately before `point'.  Returning nil passes control to the next
 back-end.  The function should return 'stop if it should complete but cannot
-(e.g. if it is in the middle of a string).
+\(e.g. if it is in the middle of a string\).
 
 'candidates: The second argument is the prefix to be completed.  The
 return value should be a list of candidates that start with the prefix.