diff options
author | John Wiegley <johnw@newartisans.com> | 2015-11-20 11:24:21 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-11-20 11:24:21 -0800 |
commit | eb3f6754b446a9da59b51a0bef365e5076a7cf8c (patch) | |
tree | b7dac652cc570b3b761044c6e1b5110aa07b4530 | |
parent | 9dcdf99d866f96e46110be5ef3094b4295ef9cf7 (diff) | |
download | emacs-eb3f6754b446a9da59b51a0bef365e5076a7cf8c.tar.gz emacs-eb3f6754b446a9da59b51a0bef365e5076a7cf8c.tar.bz2 emacs-eb3f6754b446a9da59b51a0bef365e5076a7cf8c.zip |
Correct a documentation error in frames.texi
-rw-r--r-- | doc/lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 3ae33082fc4..3c1a87a314f 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -557,7 +557,7 @@ The top left corner of the native frame specifies the @dfn{native position} of the frame. (1)--(3) in the drawing above indicate that position for the various builds: -@itemize @w +@itemize @w{} @item (1) non-toolkit and terminal frames @item (2) Lucid, Motif and Windows frames |