summaryrefslogtreecommitdiff
path: root/modules/help-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help-utils.el')
-rw-r--r--modules/help-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help-utils.el b/modules/help-utils.el
index 199e6815..d6301782 100644
--- a/modules/help-utils.el
+++ b/modules/help-utils.el
@@ -42,7 +42,7 @@
:ensure nil ;; built-in
:bind
(:map Info-mode-map
- ("m" . cj/bookmark-set-and-save) ;; note:overrides menu selection
+ ("m" . bookmark-set) ;; note:overrides menu selection
("M" . Info-menu)) ;; so menu selection goes here
:preface
(defun open-with-info-mode ()