Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
161b0e54
Commit
161b0e54
authored
Dec 09, 2017
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/bookmark.el (bookmark-alist): Doc fix. (Bug#29551)
parent
7eea3144
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/bookmark.el
lisp/bookmark.el
+3
-3
No files found.
lisp/bookmark.el
View file @
161b0e54
...
...
@@ -229,7 +229,7 @@ functions have a binding in this keymap.")
;;; Core variables and data structures:
(
defvar
bookmark-alist
()
"Association list of bookmarks and their
record
s.
"Association list of bookmark
name
s and their
parameter
s.
Bookmark functions update the value automatically.
You probably do NOT want to change the value yourself.
...
...
@@ -254,7 +254,7 @@ or the deprecated form (BOOKMARK-NAME PARAM-ALIST).
(annotation . ANNOTATION)
FILENAME names the bookmarked file.
POS is the bookmarked buffer position
(position in the file)
.
POS is the bookmarked buffer position.
STR-AFTER-POS is buffer text that immediately follows POS.
STR-BEFORE-POS is buffer text that immediately precedes POS.
ANNOTATION is a string that describes the bookmark.
...
...
@@ -262,7 +262,7 @@ or the deprecated form (BOOKMARK-NAME PARAM-ALIST).
`bookmark-automatically-show-annotations'.
HANDLER is a function that provides the bookmark-jump behavior for a
specific kind of bookmark. This is the case for Info bookmarks,
for instance. HANDLER must accept a bookmark as argument."
)
for instance. HANDLER must accept a bookmark as
its single
argument."
)
(
defvar
bookmarks-already-loaded
nil
"Non-nil if and only if bookmarks have been loaded from `bookmark-default-file'."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment