changeset 102409:1559b2b91761

John Foerch <jjfoerch at earthlink.net> (tiny change) (Display Margins): Fix paren typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Mar 2009 03:54:27 +0000
parents 2bb42d0dca71
children 6afe784c0226
files doc/lispref/ChangeLog doc/lispref/display.texi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Thu Mar 05 03:48:25 2009 +0000
+++ b/doc/lispref/ChangeLog	Thu Mar 05 03:54:27 2009 +0000
@@ -1,3 +1,7 @@
+2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
+
+	* display.texi (Display Margins): Fix paren typo.
+
 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
 
 	* elisp.texi (Top): Update node listing.
--- a/doc/lispref/display.texi	Thu Mar 05 03:48:25 2009 +0000
+++ b/doc/lispref/display.texi	Thu Mar 05 03:54:27 2009 +0000
@@ -3889,7 +3889,7 @@
 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.