Variable: diary-include-string

diary-include-string is a customizable variable defined in diary-lib.el.gz.

Value

"#include"

Documentation

The string indicating inclusion of another file of diary entries.

See the documentation for the function diary-include-other-diary-files.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-lib.el.gz
(defcustom diary-include-string "#include"
  "The string indicating inclusion of another file of diary entries.
See the documentation for the function `diary-include-other-diary-files'."
  :type 'string
  :group 'diary)