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:
Henrik Lissner 2018-06-15 16:54:39 +02:00
parent 51aa60d67d
commit f81a0e6f41
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 7 additions and 49 deletions

View file

@ -13,7 +13,6 @@
;; FIXME obsolete :evil-state
;;;###autoload
(def-setting! :evil-state (modes state)
"Set the initialize STATE of MODE using `evil-set-initial-state'."
:obsolete set-evil-initial-state!
`(set-evil-initial-state! ,modes ,state))