emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] fix a missing paren in (info "(elisp)Display Margins")


From: John Foerch
Subject: [PATCH] fix a missing paren in (info "(elisp)Display Margins")
Date: Wed, 4 Mar 2009 12:31:08 -0500

---
 doc/lispref/display.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 42423f8..5cc28d3 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3889,7 +3889,7 @@ text you put it on does not get displayed; the margin 
display appears,
 but that text does not.
 
   A margin display specification looks like @code{((margin
-right-margin) @var{spec}} or @code{((margin left-margin) @var{spec})}.
+right-margin) @var{spec})} or @code{((margin left-margin) @var{spec})}.
 Here, @var{spec} is another display specification that says what to
 display in the margin.  Typically it is a string of text to display,
 or an image descriptor.
-- 
1.5.6.5





reply via email to

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