all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Foerch <jjfoerch@earthlink.net>
To: emacs-devel@gnu.org
Subject: [PATCH] fix a missing paren in (info "(elisp)Display Margins")
Date: Wed,  4 Mar 2009 12:31:08 -0500	[thread overview]
Message-ID: <1236187868-29968-1-git-send-email-jjfoerch@earthlink.net> (raw)

---
 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	other threads:[~2009-03-04 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-04 17:31 John Foerch [this message]
2009-03-05  3:54 ` [PATCH] fix a missing paren in (info "(elisp)Display Margins") Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1236187868-29968-1-git-send-email-jjfoerch@earthlink.net \
    --to=jjfoerch@earthlink.net \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.