X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/b8f95e4e0a821bb0c6a09fdda382620ab081d6a0..089d51a0c3289ac17864724f966e75f7a7fec6ab:/packages/company/company-dabbrev-code.el diff --git a/packages/company/company-dabbrev-code.el b/packages/company/company-dabbrev-code.el index 0566c508b..256b57f32 100644 --- a/packages/company/company-dabbrev-code.el +++ b/packages/company/company-dabbrev-code.el @@ -47,10 +47,10 @@ complete only symbols, not text in comments or strings. In other modes (defcustom company-dabbrev-code-other-buffers t "Determines whether `company-dabbrev-code' should search other buffers. -If `all', search all other buffers. If t, search buffers with the same -major mode. If `code', search all buffers with major modes in -`company-dabbrev-code-modes', or derived from one of them. -See also `company-dabbrev-code-time-limit'." +If `all', search all other buffers, except the ignored ones. If t, search +buffers with the same major mode. If `code', search all buffers with major +modes in `company-dabbrev-code-modes', or derived from one of them. See +also `company-dabbrev-code-time-limit'." :type '(choice (const :tag "Off" nil) (const :tag "Same major mode" t) (const :tag "Code major modes" code)