X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/a5d157b2e87427184f2c92a9b7bb9c99d6656aa1..HEAD:/packages/company/company-elisp.el diff --git a/packages/company/company-elisp.el b/packages/company/company-elisp.el index 3db0d8b83..40354d579 100644 --- a/packages/company/company-elisp.el +++ b/packages/company/company-elisp.el @@ -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)))