diff options
author | Miles Bader <miles@gnu.org> | 2006-07-14 02:29:50 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-07-14 02:29:50 +0000 |
commit | 0b6bb13008bc74c054c00b8f9d24507dd9383689 (patch) | |
tree | adf40183ef9d45dbbb00d1ace47e4b245396e198 /lisp/erc/erc-track.el | |
parent | b96028676212ff2a63baaf7087cd88fdc60f907b (diff) | |
download | emacs-0b6bb13008bc74c054c00b8f9d24507dd9383689.tar.gz emacs-0b6bb13008bc74c054c00b8f9d24507dd9383689.tar.bz2 emacs-0b6bb13008bc74c054c00b8f9d24507dd9383689.zip |
Update for ERC 5.1.3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348
Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'lisp/erc/erc-track.el')
-rw-r--r-- | lisp/erc/erc-track.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el index 63005678613..b045fb24999 100644 --- a/lisp/erc/erc-track.el +++ b/lisp/erc/erc-track.el @@ -108,7 +108,7 @@ If this variable is set to `max', then channel names will be shortened to the max. Usually, shortened channel names will remain unique for a given set of existing channels. When shortening to the max, the shortened channel names will be unique for the set of active channels only. -Example: If there are tow active channels #emacs and #vi, and two inactive +Example: If there are two active channels #emacs and #vi, and two inactive channels #electronica and #folk, then usually the active channels are shortened to #em and #v. When shortening to the max, however, #emacs is not compared to #electronica -- only to #vi, therefore it can be shortened |