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/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.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'.")