summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-04-25 11:28:17 +0300
committerEli Zaretskii <eliz@gnu.org>2016-04-25 11:28:17 +0300
commit5a952eb7f6a6b2a0a050cba618a4424e638a861a (patch)
tree735062c8807eb775c1454bd5cd9311eba72cf699 /lisp/bookmark.el
parentc338cf31134a621accc8e0cfb1a6518a46080e74 (diff)
downloademacs-5a952eb7f6a6b2a0a050cba618a4424e638a861a.tar.gz
Don't mention ~/.emacs.bmk literally in doc strings
* lisp/bookmark.el (bookmark-save-flag, bookmark-load): Don't mention "~/.emacs.bmk" explicitly as the default bookmark file in the doc strings. (Bug#23350)
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r--lisp/bookmark.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index c2f8cc3fbc1..f3c8b2a755f 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -74,7 +74,7 @@ bookmark is to set this variable to 1 (or 0, which produces the same
behavior.)
To specify the file in which to save them, modify the variable
-`bookmark-default-file', which is `~/.emacs.bmk' by default."
+`bookmark-default-file'."
:type '(choice (const nil) integer (other t))
:group 'bookmark)
@@ -1481,9 +1481,9 @@ while loading.
If you load a file that doesn't contain a proper bookmark alist, you
will corrupt Emacs's bookmark list. Generally, you should only load
in files that were created with the bookmark functions in the first
-place. Your own personal bookmark file, `~/.emacs.bmk', is
-maintained automatically by Emacs; you shouldn't need to load it
-explicitly.
+place. Your own personal bookmark file, specified by the variable
+`bookmark-default-file', is maintained automatically by Emacs; you
+shouldn't need to load it explicitly.
If you load a file containing bookmarks with the same names as
bookmarks already present in your Emacs, the new bookmarks will get