Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d25ed7db
Commit
d25ed7db
authored
Mar 05, 2009
by
Glenn Morris
Browse files
John Foerch <jjfoerch at earthlink.net> (tiny change)
(Display Margins): Fix paren typo.
parent
be1bce46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/display.texi
doc/lispref/display.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
d25ed7db
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.
...
...
doc/lispref/display.texi
View file @
d25ed7db
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment