aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-11-18 00:15:37 +0000
committerMarkus Rost <[email protected]>2002-11-18 00:15:37 +0000
commit85d457c69cb4f9021d33e06196a520c6279af1a2 (patch)
tree95add4732a92f22e399d60cf80caf79598e4936c
parentbbd84e169fe3ec0aaa2e65a56e591c933b5fb622 (diff)
(bookmark-menu-length): Fix typo in group name.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/bookmark.el2
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ffbddaa903..fd69cbf6e2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -14,6 +14,10 @@
* language/thai.el (thai-tis620): Make it safe.
+2002-11-18 Markus Rost <[email protected]>
+
+ * bookmark.el (bookmark-menu-length): Fix typo in group name.
+
2002-11-17 Markus Rost <[email protected]>
* speedbar.el (defgroup speedbar): Use group 'etags instead of
@@ -109,7 +113,7 @@
* custom.el (custom-declare-group): Remove unnecessary line of
code.
-
+
* cus-dep.el (custom-make-dependencies): Bind load-file-name.
2002-11-14 Edward M. Reingold <[email protected]>
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 97217a10e7..2252087b10 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -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.