--Bot--. If you are looking at text so small that all of it fits on
the screen, the mode line says --All--.
+The L and digits indicate position in another way: they give the
+current line number of point.
+
The stars near the front mean that you have made changes to the text.
Right after you visit or save a file, that part of the mode line shows
no stars, just dashes.
a command character or sequence; then Emacs displays a very brief
description of the command.
->> Type C-h c Control-p.
+>> Type C-h c C-p.
The message should be something like
C-p runs the command previous-line
To get more information about a command, use C-h k instead of C-h c.
->> Type C-h k Control-p.
+>> Type C-h k C-p.
This displays the documentation of the function, as well as its
name, in an Emacs window. When you are finished reading the
+2000-06-02 Gerd Moellmann <gerd@gnu.org>
+
+ * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
+ result face, set flags in the face indicating that colors may not
+ be freed.
+
+ * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
+ glyph, use the ASCII NUL character to determine the face.
+
2000-06-02 Dave Love <fx@gnu.org>
* sysdep.c: Conditionally include stdlib.h, unistd.h.