X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/company/company-elisp.el?ds=sidebyside 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)))