diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch) | |
tree | e8552da69ae0f28b512fd096b0759f7a7b72c03c /src/w32faces.c | |
parent | ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff) | |
download | emacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz |
Comment fixes.
Diffstat (limited to 'src/w32faces.c')
-rw-r--r-- | src/w32faces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32faces.c b/src/w32faces.c index dd0cbbaa8a7..a95870c8942 100644 --- a/src/w32faces.c +++ b/src/w32faces.c @@ -69,7 +69,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ lisp manipulates to control what gets displayed. Elements 0 and 1 of FRAME->display.x->param_faces are special - they describe the default and mode line faces. None of the faces in param_faces have - GC's. (See src/dispextern.h for the definiton of struct face. + GC's. (See src/dispextern.h for the definition of struct face. lisp/faces.el maintains the isomorphism between face_alist and param_faces.) |