; Fix typos
This commit is contained in:
parent
020aff95fa
commit
2773cf9e01
2 changed files with 2 additions and 2 deletions
|
@ -5824,7 +5824,7 @@ each of the three channels of light (red, green, blue). For example:
|
||||||
: xrandr --output LVDS1 --brightness 1.0 --gamma 0.76:0.75:0.68
|
: xrandr --output LVDS1 --brightness 1.0 --gamma 0.76:0.75:0.68
|
||||||
|
|
||||||
Typography is another variable. Some font families are blurry at small
|
Typography is another variable. Some font families are blurry at small
|
||||||
point sizes. Others may have a regular weight that is lighter (thiner)
|
point sizes. Others may have a regular weight that is lighter (thinner)
|
||||||
than that of their peers which may, under certain circumstances, cause a
|
than that of their peers which may, under certain circumstances, cause a
|
||||||
halo effect around each glyph.
|
halo effect around each glyph.
|
||||||
|
|
||||||
|
|
|
@ -6256,7 +6256,7 @@ symbol_to_drag_action (Lisp_Object act)
|
||||||
if (NILP (act))
|
if (NILP (act))
|
||||||
return GDK_ACTION_DEFAULT;
|
return GDK_ACTION_DEFAULT;
|
||||||
|
|
||||||
signal_error ("Invalid drag acction", act);
|
signal_error ("Invalid drag action", act);
|
||||||
}
|
}
|
||||||
|
|
||||||
static Lisp_Object
|
static Lisp_Object
|
||||||
|
|
Loading…
Add table
Reference in a new issue