Function: editorconfig-core-handle-section-props

editorconfig-core-handle-section-props is a byte-compiled function defined in editorconfig-core-handle.el.gz.

Signature

(editorconfig-core-handle-section-props editorconfig-core-handle-section-props X)

Documentation

Access slot "props" of editorconfig-core-handle-section struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/editorconfig-core-handle.el.gz
(cl-defstruct editorconfig-core-handle-section
  "Structure representing one section in a .editorconfig file.

Slots:

`name'
  String of section name (glob string).

`props'
  Alist of properties: (KEY . VALUE)."
  (name nil)
  (props nil))