]> git.eshelyaron.com Git - emacs.git/commitdiff
(Diary Display): Mention View mode.
authorGlenn Morris <rgm@gnu.org>
Sat, 5 Dec 2009 03:49:36 +0000 (03:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 5 Dec 2009 03:49:36 +0000 (03:49 +0000)
doc/emacs/ChangeLog
doc/emacs/cal-xtra.texi

index fd24c05b2938cb90a4f3ef076f75e202b28648d1..db4b58a87355f8811892096b1f76f605f51618b7 100644 (file)
@@ -14,6 +14,8 @@
 
        * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
 
+       * cal-xtra.texi (Diary Display): Mention View mode.
+
 2009-11-29  Juri Linkov  <juri@jurta.org>
 
        * display.texi (Highlight Interactively): Actually a list of
index 3fba5e0043452d0333aa49b80bf9682b9622a847..a412d199e5fdf4a9def3e667305e19774b0bf36e 100644 (file)
@@ -539,16 +539,24 @@ 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
 
-  The alternative method @code{diary-simple-display} displays the actual
-diary buffer, and uses invisible text to hide entries that don't apply.
-Holidays are shown in the mode line.  The advantage of this method is
-that you can edit the buffer and save your changes directly to the diary
-file.  This method is not as flexible as the fancy method, however.  For
-example, it cannot sort entries.  Another disadvantage is that invisible
-text can be confusing.  For example, if you copy a region of text in
-order to paste it elsewhere, invisible text may be included.  Similarly,
-since the diary buffer as you see it is an illusion, simply printing the
-buffer may not print what you see on your screen.
+@c View mode does not seem to be described in the manual.
+@c buffers.texi has a brief mention.
+  The fancy diary buffer enables View mode, a minor mode that provides
+commands for scrolling and searching the text.  For example, @key{SPC}
+and @key{DEL} scroll forward and backward, and @key{s} starts an
+incremental search.  See the documentation of the function
+@code{view-mode} for more information.
+
+  The alternative display method @code{diary-simple-display} shows the
+actual diary buffer, and uses invisible text to hide entries that don't
+apply.  Holidays are shown in the mode line.  The advantage of this
+method is that you can edit the buffer and save your changes directly to
+the diary file.  This method is not as flexible as the fancy method,
+however.  For example, it cannot sort entries.  Another disadvantage is
+that invisible text can be confusing.  For example, if you copy a region
+of text in order to paste it elsewhere, invisible text may be included.
+Similarly, since the diary buffer as you see it is an illusion, simply
+printing the buffer may not print what you see on your screen.
 
 @vindex diary-print-entries-hook
 @findex diary-print-entries