]> code.delx.au - gnu-emacs/blobdiff - lisp/bookmark.el
(decipher-mode-map): Use command remapping instead of
[gnu-emacs] / lisp / bookmark.el
index 97217a10e79695798b81dc46859ae6975b432f05..2252087b102efc64c4c32d42ae45d6613e18bad6 100644 (file)
@@ -194,7 +194,7 @@ following in your `.emacs' file:
 (defcustom bookmark-menu-length 70
   "*Maximum length of a bookmark name displayed on a popup menu."
   :type 'integer
-  :group 'boolean)
+  :group 'bookmark)
 
 
 ;;; No user-serviceable parts beyond this point.