aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-01-14 14:20:45 +0000
committerStefan Monnier2004-01-14 14:20:45 +0000
commit074eb6acbee2152dd524d50e2b4def2507a6d7db (patch)
treea1d434c192c1e3c2497b77480f68d3199bd40cc2
parent9b07d7346e269f7d60a07f4a15194fa54d8a3f32 (diff)
downloademacs-074eb6acbee2152dd524d50e2b4def2507a6d7db.tar.gz
emacs-074eb6acbee2152dd524d50e2b4def2507a6d7db.zip
Docstring fix.
-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.