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/bookmark.el | |
parent | b6542afeae56abe6b20019df63b76539728fca54 (diff) | |
download | emacs-99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2.tar.gz |
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/bookmark.el')
-rw-r--r-- | lisp/bookmark.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 5307cada0ac..eab2ea7144f 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -1420,8 +1420,7 @@ explicitly. If you load a file containing bookmarks with the same names as bookmarks already present in your Emacs, the new bookmarks will get -unique numeric suffixes \"<2>\", \"<3>\", ... following the same -method buffers use to resolve name collisions." +unique numeric suffixes \"<2>\", \"<3>\", etc." (interactive (list (read-file-name (format "Load bookmarks from: (%s) " |