Variable: diary-comment-end
diary-comment-end is a customizable variable defined in
diary-lib.el.gz.
Value
""
Documentation
String marking the end of a comment in the diary.
The empty string means comments finish at the end of a line.
See also diary-comment-start.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/diary-lib.el.gz
(defcustom diary-comment-end ""
"String marking the end of a comment in the diary.
The empty string means comments finish at the end of a line.
See also `diary-comment-start'."
:version "24.1"
:type 'string
:group 'diary)