From: Eli Zaretskii Date: Sun, 13 Sep 2015 19:56:38 +0000 (+0300) Subject: Fix markup in ELisp manual X-Git-Tag: emacs-25.0.90~1224^2~142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fac7dda3a3b524082190e7469c01b27cb2a6379d;p=emacs.git Fix markup in ELisp manual * doc/lispref/frames.texi (Font and Color Parameters): Fix markup of the 'alpha' parameter value. (Bug#21470) --- diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 23590af7774..1fcc7fd4ba1 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -1666,8 +1666,8 @@ variable, Emacs uses the latter. By default, @code{frame-alpha-lower-limit} is 20. The @code{alpha} frame parameter can also be a cons cell -@code{(@samp{active} . @samp{inactive})}, where @samp{active} is the -opacity of the frame when it is selected, and @samp{inactive} is the +@code{(@var{active} . @var{inactive})}, where @var{active} is the +opacity of the frame when it is selected, and @var{inactive} is the opacity when it is not selected. @end table