diff options
| author | Chong Yidong | 2008-11-26 15:32:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-26 15:32:43 +0000 |
| commit | b01731eb13824004284e672165fda24e5589ca3a (patch) | |
| tree | c7b36ec914ded5259f98368c19f2107b2f38e788 | |
| parent | 8d2d45dafa9ed053620d4388ac18df5afa46a999 (diff) | |
| download | emacs-b01731eb13824004284e672165fda24e5589ca3a.tar.gz emacs-b01731eb13824004284e672165fda24e5589ca3a.zip | |
(Select Buffer): Rewrite paragraphs using active voice.
| -rw-r--r-- | doc/emacs/buffers.texi | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index cbf9ba433d0..ce993f5fdfa 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi | |||
| @@ -108,18 +108,18 @@ by putting the message @samp{[Confirm]} in the minibuffer; type | |||
| 108 | 108 | ||
| 109 | @vindex confirm-nonexistent-file-or-buffer | 109 | @vindex confirm-nonexistent-file-or-buffer |
| 110 | The variable @code{confirm-nonexistent-file-or-buffer} controls | 110 | The variable @code{confirm-nonexistent-file-or-buffer} controls |
| 111 | whether Emacs asks for confirmation before visiting a new buffer. The | 111 | whether Emacs asks for confirmation before visiting a buffer that did |
| 112 | default value, @code{after-completion}, gives the behavior we have | 112 | not previously exist. The default value, @code{after-completion}, |
| 113 | just described. If the value is @code{nil}, Emacs never asks for | 113 | gives the behavior we have just described. If the value is |
| 114 | confirmation; for any other non-@code{nil} value, Emacs always asks | 114 | @code{nil}, Emacs never asks for confirmation; for any other |
| 115 | for confirmation. This variable also affects the @code{find-file} | 115 | non-@code{nil} value, Emacs always asks for confirmation. This |
| 116 | command (@pxref{Visiting}). | 116 | variable also affects the @code{find-file} command (@pxref{Visiting}). |
| 117 | 117 | ||
| 118 | One reason to switch to a new buffer is to use it for making | 118 | One reason to create a new buffer is to use it for making temporary |
| 119 | temporary notes. If you try to save it, you are asked for the file | 119 | notes. If you try to save it, Emacs asks for the file name to use. |
| 120 | name to use. The new buffer's major mode is determined by the | 120 | The variable @code{default-major-mode} determines the new buffer's |
| 121 | variable @code{default-major-mode}; the default value is Fundamental | 121 | major mode; the default value is Fundamental mode. @xref{Major |
| 122 | mode. @xref{Major Modes}. | 122 | Modes}. |
| 123 | 123 | ||
| 124 | @kindex C-x @key{LEFT} | 124 | @kindex C-x @key{LEFT} |
| 125 | @kindex C-x @key{RIGHT} | 125 | @kindex C-x @key{RIGHT} |