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)
This commit is contained in:
parent
c338cf3113
commit
5a952eb7f6
1 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ bookmark is to set this variable to 1 (or 0, which produces the same
|
||||||
behavior.)
|
behavior.)
|
||||||
|
|
||||||
To specify the file in which to save them, modify the variable
|
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))
|
:type '(choice (const nil) integer (other t))
|
||||||
:group 'bookmark)
|
:group 'bookmark)
|
||||||
|
|
||||||
|
@ -1481,9 +1481,9 @@ while loading.
|
||||||
If you load a file that doesn't contain a proper bookmark alist, you
|
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
|
will corrupt Emacs's bookmark list. Generally, you should only load
|
||||||
in files that were created with the bookmark functions in the first
|
in files that were created with the bookmark functions in the first
|
||||||
place. Your own personal bookmark file, `~/.emacs.bmk', is
|
place. Your own personal bookmark file, specified by the variable
|
||||||
maintained automatically by Emacs; you shouldn't need to load it
|
`bookmark-default-file', is maintained automatically by Emacs; you
|
||||||
explicitly.
|
shouldn't need to load it explicitly.
|
||||||
|
|
||||||
If you load a file containing bookmarks with the same names as
|
If you load a file containing bookmarks with the same names as
|
||||||
bookmarks already present in your Emacs, the new bookmarks will get
|
bookmarks already present in your Emacs, the new bookmarks will get
|
||||||
|
|
Loading…
Add table
Reference in a new issue