summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-04-22 10:37:18 +0300
committerEli Zaretskii <eliz@gnu.org>2024-04-22 10:37:18 +0300
commit90be3015b4dfe8068407dec996a48926b82d0ecb (patch)
treedc756437e73b48f1d49853bf4e6749fd19ef27c1 /doc
parentafd0b548fcc5e141528a442ff9100fe8e2b98f21 (diff)
downloademacs-90be3015b4dfe8068407dec996a48926b82d0ecb.tar.gz
emacs-90be3015b4dfe8068407dec996a48926b82d0ecb.tar.bz2
emacs-90be3015b4dfe8068407dec996a48926b82d0ecb.zip
; Document bookmark fringe mark in the user manual
* doc/emacs/regs.texi (Bookmarks): Document 'bookmark-fringe-mark'.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/regs.texi15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi
index 4302a4caa49..440fc64a6ef 100644
--- a/doc/emacs/regs.texi
+++ b/doc/emacs/regs.texi
@@ -337,8 +337,19 @@ Save all the current bookmark values in the default bookmark file.
@kbd{C-x r m}, which sets a bookmark using the visited file name as
the default for the bookmark name. If you name each bookmark after
the file it points to, then you can conveniently revisit any of those
-files with @kbd{C-x r b}, and move to the position of the bookmark at
-the same time.
+files with @kbd{C-x r b} (@code{bookmark-jump}), and move to the
+position of the bookmark at the same time.
+
+@vindex bookmark-fringe-mark
+ In addition to recording the current position, on graphical displays
+@kbd{C-x r m} places a special image on the left fringe
+(@pxref{Fringes}) of the screen line corresponding to the recorded
+position, to indicate that there's a bookmark there. This can be
+controlled by the user option @code{bookmark-fringe-mark}: customize
+it to @code{nil} to disable the fringe mark. The default value is
+@code{bookmark-mark}, which is the bitmap used for this purpose. When
+you later use @kbd{C-x r b} to jump back to the bookmark, the fringe
+mark will be again shown on the fringe.
@kindex C-x r M
@findex bookmark-set-no-overwrite