]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix markup in ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Sep 2015 19:56:38 +0000 (22:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Sep 2015 19:56:38 +0000 (22:56 +0300)
* doc/lispref/frames.texi (Font and Color Parameters): Fix markup
of the 'alpha' parameter value.  (Bug#21470)

doc/lispref/frames.texi

index 23590af77746fa36b81d7402e5d0421b6142007a..1fcc7fd4ba187ecc265cabf378effcfed2f86223 100644 (file)
@@ -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