diff options
| author | Nix | 2011-05-18 23:54:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-18 23:54:27 -0700 |
| commit | 35a30759f31addb80faef630001de380cd94a0cf (patch) | |
| tree | 144154c7861a4ccf94426d68fd16d10300df17f3 /doc/lispref/frames.texi | |
| parent | d573f59acf8e4703ee27322280b9dfce2ef5a53f (diff) | |
| download | emacs-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.texi | 6 |
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 | ||
| 1369 | However, you can also create a frame with no minibuffer. Such a frame | 1369 | However, you can also create a frame with no minibuffer. Such a frame |
| 1370 | must use the minibuffer window of some other frame. When you create the | 1370 | must use the minibuffer window of some other frame. When you create the |
| 1371 | frame, you can specify explicitly the minibuffer window to use (in some | 1371 | frame, you can explicitly specify the minibuffer window to use (in some |
| 1372 | other frame). If you don't, then the minibuffer is found in the frame | 1372 | other frame). If you don't, then the minibuffer is found in the frame |
| 1373 | which is the value of the variable @code{default-minibuffer-frame}. Its | 1373 | which is the value of the variable @code{default-minibuffer-frame}. Its |
| 1374 | value should be a frame that does have a minibuffer. | 1374 | value should be a frame that does have a minibuffer. |
| @@ -2018,8 +2018,8 @@ clipboard as empty. | |||
| 2018 | If this is non-@code{nil}, the Emacs yank functions consult the | 2018 | If this is non-@code{nil}, the Emacs yank functions consult the |
| 2019 | clipboard before the primary selection, and the kill functions store in | 2019 | clipboard before the primary selection, and the kill functions store in |
| 2020 | the clipboard as well as the primary selection. Otherwise they do not | 2020 | the clipboard as well as the primary selection. Otherwise they do not |
| 2021 | access the clipboard at all. The default is @code{nil} on most systems, | 2021 | access the clipboard at all. The default is @code{t} on systems with |
| 2022 | but @code{t} on MS-Windows. | 2022 | clipboards. |
| 2023 | @end defopt | 2023 | @end defopt |
| 2024 | 2024 | ||
| 2025 | @node Drag and Drop | 2025 | @node Drag and Drop |