diff options
author | Glenn Morris <rgm@gnu.org> | 2005-03-01 10:26:18 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2005-03-01 10:26:18 +0000 |
commit | 7dc17d5ce7c9eb1bf67f939f5d27ff1fe8ee919c (patch) | |
tree | a0d1283b1bf616a34e642db8cf2e27a37966ba48 | |
parent | f830b09ecb42af1e372badf10bd6e57ec7083dec (diff) | |
download | emacs-7dc17d5ce7c9eb1bf67f939f5d27ff1fe8ee919c.tar.gz emacs-7dc17d5ce7c9eb1bf67f939f5d27ff1fe8ee919c.tar.bz2 emacs-7dc17d5ce7c9eb1bf67f939f5d27ff1fe8ee919c.zip |
(Adding to Diary): Mention redrawing of calendar window.
-rw-r--r-- | man/calendar.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/calendar.texi b/man/calendar.texi index bbbeec53017..35ee4f2034e 100644 --- a/man/calendar.texi +++ b/man/calendar.texi @@ -1206,7 +1206,10 @@ make a nonmarking diary entry, give a numeric argument to the command. For example, @kbd{C-u i w} makes a nonmarking weekly diary entry. When you modify the diary file, be sure to save the file before -exiting Emacs. +exiting Emacs. Saving the diary file after using any of the above +insertion commands will automatically update the diary marks in the +calendar window, if appropriate. You can use the command +@code{redraw-calendar} to force an update at any time. @node Special Diary Entries @subsection Special Diary Entries |