Variable: rng-schema-locating-files-default

rng-schema-locating-files-default is a variable defined in rng-loc.el.gz.

Value

("schemas.xml" "/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/emacs/28.2/etc/schema/schemas.xml")

Documentation

Default value for variable rng-schema-locating-files.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-loc.el.gz
(defvar rng-schema-locating-files-default
  (list "schemas.xml" (expand-file-name "schema/schemas.xml" data-directory))
  "Default value for variable `rng-schema-locating-files'.")