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/796qy5jz9b0ygikp41xidcplg2vxxpi4-emacs-29-4/share/emacs/29.4/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'.")