Described 4.0.0 changes.
[elisp/riece.git] / lisp / riece-options.el
index 1835036..0406914 100644 (file)
@@ -29,7 +29,9 @@
 
 ;; User modifiable variables.
 (defgroup riece nil
-  "Riece specific customize group.")
+  "Riece specific customize group."
+  :prefix "riece-"
+  :group 'applications)
 
 (defgroup riece-options nil
   "Riece user customizable variables."
@@ -130,7 +132,9 @@ way is to put Riece variables on .emacs or file loaded from there."
                          riece-toolbar
                          riece-alias
                          riece-ctlseq
-                         riece-keyword)
+                         riece-keyword
+                         riece-shrink-buffer
+                         riece-mcat)
   "Add-ons insinuated into Riece."
   :type '(repeat symbol)
   :group 'riece-options)
@@ -254,7 +258,7 @@ way is to put Riece variables on .emacs or file loaded from there."
   :group 'riece-server)
 
 (defcustom riece-user-cache-max-size 512
-  "Maximum size of cache of usernames."
+  "Maximum size of cache of user names."
   :type 'integer
   :group 'riece-server)