Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eeafcea7
Commit
eeafcea7
authored
Jun 15, 2011
by
Chong Yidong
Browse files
* doc/lispref/text.texi (Special Properties): Clarify role of font-lock-face.
parent
9ffdd3ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/text.texi
doc/lispref/text.texi
+8
-8
No files found.
doc/lispref/ChangeLog
View file @
eeafcea7
2011-06-15 Chong Yidong <cyd@stupidchicken.com>
* text.texi (Special Properties): Clarify role of font-lock-face.
2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
* processes.texi (Process Information): Renamed `process-alive-p'
...
...
doc/lispref/text.texi
View file @
eeafcea7
...
...
@@ -3003,18 +3003,18 @@ the context.
@item font-lock-face
@kindex font-lock-face @r{(text property)}
The @code{font-lock-face} property is equivalent to the @code{face}
property when Font Lock mode is enabled. When Font Lock mode is disabled,
This property specifies a value for the @code{face} property that Font
Lock mode should apply to the underlying text. It is one of the
fontification methods used by Font Lock mode, and is useful for
special modes that implement their own highlighting.
@xref{Precalculated Fontification}. When Font Lock mode is disabled,
@code{font-lock-face} has no effect.
The @code{font-lock-face} property is useful for special modes that
implement their own highlighting. @xref{Precalculated Fontification}.
@item mouse-face
@kindex mouse-face @r{(text property)}
Th
e
property
@code{mouse-face}
is used instead of @code{face} when the
mouse is on or
near the character. For this purpose, ``near'' means
that all text
between the character and where the mouse is have the same
Th
is
property is used instead of @code{face} when the
mouse is on or
near the character. For this purpose, ``near'' means
that all text
between the character and where the mouse is have the same
@code{mouse-face} property value.
@item fontified
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment