# HG changeset patch # User Glenn Morris # Date 1236225267 0 # Node ID 1559b2b91761e875765bb21344d99d66cfceed58 # Parent 2bb42d0dca718066590265cad407fcd4d4a7ee6f John Foerch (tiny change) (Display Margins): Fix paren typo. diff -r 2bb42d0dca71 -r 1559b2b91761 doc/lispref/ChangeLog --- 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 (tiny change) + + * display.texi (Display Margins): Fix paren typo. + 2009-02-27 Chong Yidong * elisp.texi (Top): Update node listing. diff -r 2bb42d0dca71 -r 1559b2b91761 doc/lispref/display.texi --- 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.