emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/calendar.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/calendar.texi
Date: Mon, 07 Mar 2005 22:08:55 -0500

Index: emacs/lispref/calendar.texi
diff -c emacs/lispref/calendar.texi:1.20 emacs/lispref/calendar.texi:1.21
*** emacs/lispref/calendar.texi:1.20    Sun Mar  6 18:09:48 2005
--- emacs/lispref/calendar.texi Tue Mar  8 03:08:55 2005
***************
*** 62,73 ****
  @vindex calendar-holiday-marker
  @vindex diary-entry-marker
    The variable @code{calendar-holiday-marker} specifies how to mark a
! date as being a holiday.  Its value may be a character to insert next to
! the date, or a face name to use for displaying the date.  Likewise, the
! variable @code{diary-entry-marker} specifies how to mark a date that has
! diary entries.  The calendar creates faces named @code{holiday-face} and
! @code{diary-face} for these purposes; those symbols are the default
! values of these variables.
  
  @vindex calendar-load-hook
    The variable @code{calendar-load-hook} is a normal hook run when the
--- 62,73 ----
  @vindex calendar-holiday-marker
  @vindex diary-entry-marker
    The variable @code{calendar-holiday-marker} specifies how to mark a
! date as being a holiday.  Its value may be a single-character string
! to insert next to the date, or a face name to use for displaying the
! date.  Likewise, the variable @code{diary-entry-marker} specifies how
! to mark a date that has diary entries.  The calendar creates faces
! named @code{holiday-face} and @code{diary-face} for these purposes;
! those symbols are the default values of these variables.
  
  @vindex calendar-load-hook
    The variable @code{calendar-load-hook} is a normal hook run when the
***************
*** 103,113 ****
  
  @noindent
  @vindex calendar-today-marker
! The variable @code{calendar-today-marker} specifies how to mark today's
! date.  Its value should be a character to insert next to the date or a
! face name to use for displaying the date.  A face named
! @code{calendar-today-face} is provided for this purpose; that symbol is
! the default for this variable.
  
  @vindex today-invisible-calendar-hook
  @noindent
--- 103,113 ----
  
  @noindent
  @vindex calendar-today-marker
! The variable @code{calendar-today-marker} specifies how to mark
! today's date.  Its value should be a single-character string to insert
! next to the date or a face name to use for displaying the date.  A
! face named @code{calendar-today-face} is provided for this purpose;
! that symbol is the default for this variable.
  
  @vindex today-invisible-calendar-hook
  @noindent
***************
*** 130,136 ****
  deleting holidays.  The lists of holidays that Emacs uses are for
  general holidays (@code{general-holidays}), local holidays
  (@code{local-holidays}), Christian holidays (@code{christian-holidays}),
! Hebrew (Jewish) holidays (@code{hebrew-holidays}), Islamic (Moslem)
  holidays (@code{islamic-holidays}), and other holidays
  (@code{other-holidays}).
  
--- 130,136 ----
  deleting holidays.  The lists of holidays that Emacs uses are for
  general holidays (@code{general-holidays}), local holidays
  (@code{local-holidays}), Christian holidays (@code{christian-holidays}),
! Hebrew (Jewish) holidays (@code{hebrew-holidays}), Islamic (Muslim)
  holidays (@code{islamic-holidays}), and other holidays
  (@code{other-holidays}).
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]