]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/company-elisp.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / company / company-elisp.el
index 3db0d8b83f0b5e73df484999eda1df67b85357c9..40354d579e156ba1a34326d1bd2730dbd37aca6d 100644 (file)
@@ -36,7 +36,7 @@
 
 (defcustom company-elisp-detect-function-context t
   "If enabled, offer Lisp functions only in appropriate contexts.
-Functions are offered for completion only after ' and \(."
+Functions are offered for completion only after \\=' and \(."
   :type '(choice (const :tag "Off" nil)
                  (const :tag "On" t)))