From: Xue Fuqiao Date: Sun, 6 Oct 2013 09:46:04 +0000 (+0800) Subject: Remove unnecessary @refill. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1372 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9548391ca23cd639f27f0847f2875c4c603012ff;p=emacs.git Remove unnecessary @refill. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2dab6535a84..368d106fc48 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-10-06 Xue Fuqiao + + * cal-xtra.texi (Calendar Customizing, Diary Display): Remove @refill. + 2013-09-29 Xue Fuqiao * fortran-xtra.texi (Fortran Abbrev): Remove @refill. diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi index 5c964bbb369..067272a794b 100644 --- a/doc/emacs/cal-xtra.texi +++ b/doc/emacs/cal-xtra.texi @@ -68,7 +68,7 @@ the calendar). Starting the calendar runs the normal hook @code{calendar-initial-window-hook}. Recomputation of the calendar display does not run this hook. But if you leave the calendar with the -@kbd{q} command and reenter it, the hook runs again.@refill +@kbd{q} command and reenter it, the hook runs again. @vindex calendar-today-visible-hook @findex calendar-star-date @@ -631,7 +631,7 @@ example, to sort the entries by the dates they apply to. Ordinarily, the fancy diary buffer does not show days for which there are no diary entries, even if that day is a holiday. If you want such days to be shown in the fancy diary buffer, set the variable -@code{diary-list-include-blanks} to @code{t}.@refill +@code{diary-list-include-blanks} to @code{t}. The fancy diary buffer enables View mode @iftex