aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorNix2011-05-18 23:54:27 -0700
committerGlenn Morris2011-05-18 23:54:27 -0700
commit35a30759f31addb80faef630001de380cd94a0cf (patch)
tree144154c7861a4ccf94426d68fd16d10300df17f3 /doc/lispref/frames.texi
parentd573f59acf8e4703ee27322280b9dfce2ef5a53f (diff)
downloademacs-35a30759f31addb80faef630001de380cd94a0cf.tar.gz
emacs-35a30759f31addb80faef630001de380cd94a0cf.zip
Misc small lispref fixes.
* windows.texi (Displaying Buffers): pop-to-buffer is not a command. * text.texi (Parsing HTML): Update for function name changes. * syntax.texi (Syntax Flags): Small fix. * keymaps.texi (Active Keymaps): Typo fix. (Changing Key Bindings): Grammar fix. * frames.texi (Minibuffers and Frames): Grammar fix. (Window System Selections): x-select-enable-clipboard now defaults to t. * customize.texi (Common Keywords): * display.texi (Abstract Display): * modes.texi (Auto-Indentation): * nonascii.texi (Converting Representations): Typo fixes. * control.texi (Examples of Catch): Call it "goto" not "go to".
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 06c120cc09d..c5136456177 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1368,7 +1368,7 @@ minibuffer-window}).
1368 1368
1369However, you can also create a frame with no minibuffer. Such a frame 1369However, you can also create a frame with no minibuffer. Such a frame
1370must use the minibuffer window of some other frame. When you create the 1370must use the minibuffer window of some other frame. When you create the
1371frame, you can specify explicitly the minibuffer window to use (in some 1371frame, you can explicitly specify the minibuffer window to use (in some
1372other frame). If you don't, then the minibuffer is found in the frame 1372other frame). If you don't, then the minibuffer is found in the frame
1373which is the value of the variable @code{default-minibuffer-frame}. Its 1373which is the value of the variable @code{default-minibuffer-frame}. Its
1374value should be a frame that does have a minibuffer. 1374value should be a frame that does have a minibuffer.
@@ -2018,8 +2018,8 @@ clipboard as empty.
2018If this is non-@code{nil}, the Emacs yank functions consult the 2018If this is non-@code{nil}, the Emacs yank functions consult the
2019clipboard before the primary selection, and the kill functions store in 2019clipboard before the primary selection, and the kill functions store in
2020the clipboard as well as the primary selection. Otherwise they do not 2020the clipboard as well as the primary selection. Otherwise they do not
2021access the clipboard at all. The default is @code{nil} on most systems, 2021access the clipboard at all. The default is @code{t} on systems with
2022but @code{t} on MS-Windows. 2022clipboards.
2023@end defopt 2023@end defopt
2024 2024
2025@node Drag and Drop 2025@node Drag and Drop