diff options
| author | Stefan Monnier | 2004-01-14 14:20:45 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-14 14:20:45 +0000 |
| commit | 074eb6acbee2152dd524d50e2b4def2507a6d7db (patch) | |
| tree | a1d434c192c1e3c2497b77480f68d3199bd40cc2 | |
| parent | 9b07d7346e269f7d60a07f4a15194fa54d8a3f32 (diff) | |
| download | emacs-074eb6acbee2152dd524d50e2b4def2507a6d7db.tar.gz emacs-074eb6acbee2152dd524d50e2b4def2507a6d7db.zip | |
Docstring fix.
| -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. |