]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/erc/erc.el (erc-rename-buffers): Doc fix. Add :version.
authorGlenn Morris <rgm@gnu.org>
Fri, 13 Feb 2015 18:19:20 +0000 (13:19 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 13 Feb 2015 18:19:20 +0000 (13:19 -0500)
lisp/erc/ChangeLog
lisp/erc/erc.el

index 8e0c31a7decafb077fb1585a3284ef0bc418c1e6..b8357d1de6bed0c4c91e68ef720220b112b64fb2 100644 (file)
@@ -1,7 +1,11 @@
+2015-02-13  Glenn Morris  <rgm@gnu.org>
+
+       * erc.el (erc-rename-buffers): Doc fix.  Add :version.
+
 2015-01-14  Dima Kogan  <dima@secretsauce.net>
 
        * erc-backend.el (define-erc-response-handler): Give hook-name
-       default value of nil and add-to-list (bug#19363)
+       default value of nil and add-to-list (bug#19363).
 
 2014-11-10  Kelvin White  <kwhite@gnu.org>
 
index 7b9a3eb862088ac483896394fd9073e34274af1c..e2366a1b58f6cc69ddab2de700a9d769008f2644 100644 (file)
@@ -197,7 +197,8 @@ parameters and authentication."
          (set sym (if (functionp val) (funcall val) val))))
 
 (defcustom erc-rename-buffers nil
-  "When this is set to t, buffers will be renamed to network name if available"
+  "Non-nil means rename buffers with network name, if available."
+  :version "24.5"
   :group 'erc
   :type 'boolean)
 
@@ -1148,6 +1149,7 @@ which the local user typed."
   "Faces for ERC."
   :group 'erc)
 
+;; FIXME faces should not end in "-face".
 (defface erc-default-face '((t))
   "ERC default face."
   :group 'erc-faces)