Variable: diary-sexp-entry-symbol
diary-sexp-entry-symbol is a customizable variable defined in
diary-lib.el.gz.
Value
"%%"
Documentation
The string used to indicate a sexp diary entry in diary-file.
See the documentation for the function diary-list-sexp-entries.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/diary-lib.el.gz
(defcustom diary-sexp-entry-symbol "%%"
"The string used to indicate a sexp diary entry in `diary-file'.
See the documentation for the function `diary-list-sexp-entries'."
:type 'string
:group 'diary)