]> git.eshelyaron.com Git - emacs.git/commitdiff
John Foerch <jjfoerch at earthlink.net> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Thu, 5 Mar 2009 03:54:27 +0000 (03:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 5 Mar 2009 03:54:27 +0000 (03:54 +0000)
(Display Margins): Fix paren typo.

doc/lispref/ChangeLog
doc/lispref/display.texi

index b2a7a805adcc3fb93a2585e78f2848e9ce520393..3ee488b770d93d162ab2df8d2d8f880ac39e60dd 100644 (file)
@@ -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.
index 42423f8309f30972321ad5036255e93e3d3d58b3..5cc28d3a1dc1834890104fbc1c3414375745c0bb 100644 (file)
@@ -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.