aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
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
2430If you specify just a directory name as FILENAME, that means to use 2430If you specify just a directory name as FILENAME, that means to use
2431the default file name but in that directory. You can also yank 2431the default file name but in that directory. You can also yank
2432the default file name into the minibuffer to edit it, using M-n. 2432the default file name into the minibuffer to edit it, using \\<minibuffer-local-map>\\[next-history-element].
2433 2433
2434If the buffer is not already visiting a file, the default file name 2434If the buffer is not already visiting a file, the default file name
2435for the output file is the buffer name. 2435for the output file is the buffer name.