diff options
| author | Chong Yidong | 2009-05-07 02:18:48 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-05-07 02:18:48 +0000 |
| commit | c6ea7fb874a356bd940cc43ab54dcf5827c12cd7 (patch) | |
| tree | 9674fbfac80f6b176fbfc556d8d47256505de5e2 | |
| parent | 8c61dd01c0960de0d70323257832cf0aaded356b (diff) | |
| download | emacs-c6ea7fb874a356bd940cc43ab54dcf5827c12cd7.tar.gz emacs-c6ea7fb874a356bd940cc43ab54dcf5827c12cd7.zip | |
* files.texi (Visiting): Copyedits.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 30 |
2 files changed, 19 insertions, 15 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 29be8c714d3..31b28b16e2e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * files.texi (Visiting): Copyedits. | ||
| 4 | |||
| 1 | 2009-05-06 Chong Yidong <cyd@stupidchicken.com> | 5 | 2009-05-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * basic.texi (Inserting Text): Document ucs-insert. | 7 | * basic.texi (Inserting Text): Document ucs-insert. |
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 985b95539c9..54060b4f9f3 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -247,22 +247,22 @@ changes and save them, the file is created. | |||
| 247 | 247 | ||
| 248 | @cindex minibuffer confirmation | 248 | @cindex minibuffer confirmation |
| 249 | @cindex confirming in the minibuffer | 249 | @cindex confirming in the minibuffer |
| 250 | When @key{TAB} completion results in a nonexistent file name and you | ||
| 251 | type @key{RET} immediately to visit it, Emacs asks for confirmation | ||
| 252 | because it is quite possible that you expected completion to go | ||
| 253 | further and give you an existing file's name. Type @key{RET} to | ||
| 254 | confirm and visit the nonexistent file. The string @samp{[Confirm]} | ||
| 255 | appears for a short time after the file name to indicate the need to | ||
| 256 | confirm in this way. | ||
| 257 | |||
| 258 | @vindex confirm-nonexistent-file-or-buffer | 250 | @vindex confirm-nonexistent-file-or-buffer |
| 259 | The variable @code{confirm-nonexistent-file-or-buffer} controls | 251 | When @key{TAB} completion results in a nonexistent file name and you |
| 260 | whether Emacs asks for confirmation before visiting a new file. The | 252 | type @key{RET} immediately to visit it, Emacs asks for confirmation; |
| 261 | default value, @code{after-completion}, gives the behavior we have | 253 | this is because it's possible that you expected completion to go |
| 262 | just described. If the value is @code{nil}, Emacs never asks for | 254 | further and give you an existing file's name. The string |
| 263 | confirmation; for any other non-@code{nil} value, Emacs always asks | 255 | @samp{[Confirm]} appears for a short time after the file name to |
| 264 | for confirmation. This variable also affects the | 256 | indicate the need to confirm in this way. Type @key{RET} to confirm |
| 265 | @code{switch-to-buffer} command (@pxref{Select Buffer}). | 257 | and visit the nonexistent file. The variable |
| 258 | @code{confirm-nonexistent-file-or-buffer} controls whether Emacs asks | ||
| 259 | for confirmation before visiting a new file. The default value, | ||
| 260 | @code{after-completion}, gives the behavior we have just described. | ||
| 261 | If the value is @code{nil}, Emacs never asks for confirmation; for any | ||
| 262 | other non-@code{nil} value, Emacs always asks for confirmation. This | ||
| 263 | variable also affects the @code{switch-to-buffer} command | ||
| 264 | (@pxref{Select Buffer}). @xref{Completion}, for more information | ||
| 265 | about completion. | ||
| 266 | 266 | ||
| 267 | @kindex C-x C-v | 267 | @kindex C-x C-v |
| 268 | @findex find-alternate-file | 268 | @findex find-alternate-file |