mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Mention face quirks after the final line in the lispref manual
* doc/lispref/display.texi (Face Attributes): Mention the quirks about point after the final line (bug#56011).
This commit is contained in:
parent
ad74677cf3
commit
e0bac17bbc
@ -2593,6 +2593,13 @@ doesn't specify an explicit value for a face, the value from the
|
||||
original face definition by @code{defface} is inherited
|
||||
(@pxref{Defining Faces}).
|
||||
|
||||
Some modes, like @code{hl-line-mode}, use a face with an
|
||||
@code{:extend} property to mark the entire current line. Note,
|
||||
however, that Emacs will always allow you to move point after the
|
||||
final character in a buffer, and if the buffer ends with a newline
|
||||
character, point can be placed on what is seemingly a line at the end
|
||||
of the buffer---but Emacs can't highlight that ``line'', because it
|
||||
doesn't really exist.
|
||||
@end table
|
||||
|
||||
@defun font-family-list &optional frame
|
||||
|
Loading…
Reference in New Issue
Block a user