From 99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 8 Jun 2014 00:41:27 -0700 Subject: 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. --- lisp/files.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/files.el') 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; -- cgit v1.2.3