mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(bookmark-menu-length): Fix typo in group name.
This commit is contained in:
parent
bbd84e169f
commit
85d457c69c
@ -14,6 +14,10 @@
|
||||
|
||||
* language/thai.el (thai-tis620): Make it safe.
|
||||
|
||||
2002-11-18 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* bookmark.el (bookmark-menu-length): Fix typo in group name.
|
||||
|
||||
2002-11-17 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* 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 <reingold@emr.cs.iit.edu>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user