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
|
@ -21,7 +21,5 @@ trigger electric indentation."
|
|||
;; FIXME obsolete :electric
|
||||
;;;###autoload
|
||||
(def-setting! :electric (modes &rest plist)
|
||||
"Declare :words (list of strings) or :chars (lists of chars) in MODES that
|
||||
trigger electric indentation."
|
||||
:obsolete set-electric!
|
||||
`(set-electric! ,modes ,@plist))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue