diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 8519b74e104..d11839f2498 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2429,7 +2429,7 @@ This makes the buffer visit that file, and marks it as not modified. | |||
| 2429 | 2429 | ||
| 2430 | If you specify just a directory name as FILENAME, that means to use | 2430 | If you specify just a directory name as FILENAME, that means to use |
| 2431 | the default file name but in that directory. You can also yank | 2431 | the default file name but in that directory. You can also yank |
| 2432 | the default file name into the minibuffer to edit it, using M-n. | 2432 | the default file name into the minibuffer to edit it, using \\<minibuffer-local-map>\\[next-history-element]. |
| 2433 | 2433 | ||
| 2434 | If the buffer is not already visiting a file, the default file name | 2434 | If the buffer is not already visiting a file, the default file name |
| 2435 | for the output file is the buffer name. | 2435 | for the output file is the buffer name. |