Remove redundant def-setting! docstrings
def-setting! will now grab the autodef's docstring if it has an :obsolete property defined.
This commit is contained in:
parent
51aa60d67d
commit
f81a0e6f41
7 changed files with 7 additions and 49 deletions
|
@ -20,9 +20,6 @@ MODES should be one major-mode symbol or a list of them."
|
|||
;; FIXME obsolete :company-backend
|
||||
;;;###autoload
|
||||
(def-setting! :company-backend (modes &rest backends)
|
||||
"Prepends BACKENDS to `company-backends' in major MODES.
|
||||
|
||||
MODES should be one major-mode symbol or a list of them."
|
||||
:obsolete set-company-backend!
|
||||
`(set-company-backend! ,modes ,@backends))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue