diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-08 00:41:27 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-08 00:41:27 -0700 |
commit | 99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2 (patch) | |
tree | 98f15969887d9453ae88fd66eb4d1d1fa3eafa01 /lisp/files.el | |
parent | b6542afeae56abe6b20019df63b76539728fca54 (diff) | |
download | emacs-99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2.tar.gz emacs-99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2.tar.bz2 emacs-99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2.zip |
Doc edits re uniquify
* doc/emacs/buffers.texi (Uniquify): Copyedits.
* doc/emacs/files.texi (Visiting): Update for uniquify changes.
* doc/lispref/files.texi (Subroutines of Visiting): Mention uniquify.
* doc/misc/vip.texi (Files): Defer to Emacs manual for uniquify details.
* lisp/bookmark.el (bookmark-load): Doc fix.
* lisp/uniquify.el (uniquify-buffer-name-style): Doc fix.
* lisp/files.el: Comment.
* etc/NEWS: Related edit.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 2e66a303dc6..718421b1899 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1654,6 +1654,8 @@ killed." (let (kill-buffer-query-functions kill-buffer-hook) (kill-buffer obuf)))))) +;; FIXME we really need to fold the uniquify stuff in here by default, +;; not using advice, and add it to the doc string. (defun create-file-buffer (filename) "Create a suitably named buffer for visiting FILENAME, and return it. FILENAME (sans directory) is used unchanged if that name is free; |