mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
John Foerch <jjfoerch at earthlink.net> (tiny change)
(Display Margins): Fix paren typo.
This commit is contained in:
parent
be1bce468f
commit
d25ed7dba3
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue