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:
parent
e665a46903
commit
c611c9dc53
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue