emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fac7dda: Fix markup in ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] master fac7dda: Fix markup in ELisp manual
Date: Sun, 13 Sep 2015 19:57:24 +0000

branch: master
commit fac7dda3a3b524082190e7469c01b27cb2a6379d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix markup in ELisp manual
    
    * doc/lispref/frames.texi (Font and Color Parameters): Fix markup
    of the 'alpha' parameter value.  (Bug#21470)
---
 doc/lispref/frames.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 23590af..1fcc7fd 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
address@hidden(@samp{active} . @samp{inactive})}, where @samp{active} is the
-opacity of the frame when it is selected, and @samp{inactive} is the
address@hidden(@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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]