1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(diary-header-line-format): Change space constants followed by a sexp to "?\s ".

This commit is contained in:
Juanma Barranquero 2005-06-29 13:51:30 +00:00
parent e665a46903
commit c611c9dc53

View file

@ -290,7 +290,7 @@ The format of the header is specified by `diary-header-line-format'."
"Selective display active - press \"s\" in calendar \
before edit/copy"
"Diary"))
?\ (frame-width)))
?\s (frame-width)))
"*Format of the header line displayed by `simple-diary-display'.
Only used if `diary-header-line-flag' is non-nil."
:group 'diary