* riece.el (riece-buffer-alist): " *Debug*" -> "*Debug*".
authorueno <ueno>
Mon, 3 Apr 2006 01:35:15 +0000 (01:35 +0000)
committerueno <ueno>
Mon, 3 Apr 2006 01:35:15 +0000 (01:35 +0000)
(riece-save-variables-files): Fixed a typo in the docstring.

lisp/ChangeLog
lisp/riece.el

index 01bb04c..de71f8e 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-03  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece.el (riece-buffer-alist): " *Debug*" -> "*Debug*".
+       (riece-save-variables-files): Fixed a typo in the docstring.
+
 2006-01-14  Daiki Ueno  <ueno@unixuser.org>
 
        * riece-display.el (riece-part-channel): Emit
index 930b904..6799912 100644 (file)
@@ -60,7 +60,7 @@
     (riece-channel-list-buffer "*Channels*" riece-channel-list-mode)
     (riece-user-list-buffer " *Users*" riece-user-list-mode)
     (riece-temp-buffer " *Temp*")
-    (riece-debug-buffer " *Debug*")))
+    (riece-debug-buffer "*Debug*")))
 
 (defvar riece-select-keys
   `("#" riece-command-switch-to-channel-by-number
@@ -247,7 +247,7 @@ If optional argument SAFE is nil, overwrite previous definitions."
 (defvar print-quoted)
 (defvar print-escape-multibyte)
 (defun riece-save-variables-files ()
-  "Save current settings to `riece-variables-file'."
+  "Save current settings to `riece-saved-variables-file'."
   (with-temp-file riece-saved-variables-file
     (let ((print-quoted t)
          (print-readably t)