Mercurial > emacs
changeset 48393:68aa78bf3f63
(bookmark-menu-length): Fix typo in group name.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 18 Nov 2002 00:14:21 +0000 |
parents | ca2088b6c38c |
children | a83219767e98 |
files | lisp/bookmark.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bookmark.el Mon Nov 18 00:08:16 2002 +0000 +++ b/lisp/bookmark.el Mon Nov 18 00:14:21 2002 +0000 @@ -194,7 +194,7 @@ (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.