unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] fix a missing paren in (info "(elisp)Display Margins")
@ 2009-03-04 17:31 John Foerch
  2009-03-05  3:54 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: John Foerch @ 2009-03-04 17:31 UTC (permalink / raw)
  To: emacs-devel

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix a missing paren in (info "(elisp)Display Margins")
  2009-03-04 17:31 [PATCH] fix a missing paren in (info "(elisp)Display Margins") John Foerch
@ 2009-03-05  3:54 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2009-03-05  3:54 UTC (permalink / raw)
  To: John Foerch; +Cc: emacs-devel


Thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-05  3:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-04 17:31 [PATCH] fix a missing paren in (info "(elisp)Display Margins") John Foerch
2009-03-05  3:54 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).