diff options
author | Jimmy Aguilar Mena <spacibba@aol.com> | 2019-10-09 16:44:21 +0200 |
---|---|---|
committer | Jimmy Aguilar Mena <spacibba@aol.com> | 2019-10-14 14:18:42 +0200 |
commit | cc47cd4202aa474cf83d6fc42d959460d3cf823f (patch) | |
tree | a4d60c664baf1ef95ccebef750c1e9ad271b8d20 /src/xfaces.c | |
parent | 0cf11eb2e80ec1e038654780c4833bea05ead05e (diff) | |
download | emacs-cc47cd4202aa474cf83d6fc42d959460d3cf823f.tar.gz emacs-cc47cd4202aa474cf83d6fc42d959460d3cf823f.tar.bz2 emacs-cc47cd4202aa474cf83d6fc42d959460d3cf823f.zip |
; extend_face_id and fill_column_indicator corrections
*etc/NEWS: Correction for extend face and add some comments in the
code.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index cc65527fe61..5a741ae8cc6 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -2284,7 +2284,7 @@ filter_face_ref (Lisp_Object face_ref, ATTR_FILTER is the index of a parameter that conditions the merging for named faces (case 1) to only the face_ref where - lface[merge_face_ref] is non-nil. To merge unconditionally set this + lface[merge_face_ref] is non-nil. To merge unconditionally set this value to 0. FACE_REF may be a single face specification or a list of such |