X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ed7f1a6c5caaf4159125c08db5d18c5471fdd032..ff9ddda9069da6b4dbcc64615cb4cab9a1f4f8b7:/lisp/obsolete/erc-hecomplete.el diff --git a/lisp/obsolete/erc-hecomplete.el b/lisp/obsolete/erc-hecomplete.el index 67f51d690b..5c3e7247f2 100644 --- a/lisp/obsolete/erc-hecomplete.el +++ b/lisp/obsolete/erc-hecomplete.el @@ -1,6 +1,7 @@ ;;; erc-hecomplete.el --- Provides Nick name completion for ERC -;; Copyright (C) 2001-2002, 2004, 2006-2011 Free Software Foundation, Inc. +;; Copyright (C) 2001-2002, 2004, 2006-2016 Free Software Foundation, +;; Inc. ;; Author: Alex Schroeder ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion @@ -73,7 +74,7 @@ or you may use an arbitrary lisp expression." :group 'erc-hecomplete) (defcustom erc-nick-completion-ignore-case t - "*Non-nil means don't consider case significant in nick completion. + "Non-nil means don't consider case significant in nick completion. Case will be automatically corrected when non-nil. For instance if you type \"dely TAB\" the word completes and changes to \"delYsid\"." @@ -92,7 +93,7 @@ typing \"f o TAB\" will directly give you foobar. Use this with (erc-get-channel-nickname-list))) (defcustom erc-nick-completion-postfix ": " - "*When `erc-complete' is used in the first word after the prompt, + "When `erc-complete' is used in the first word after the prompt, add this string when a unique expansion was found." :group 'erc-hecomplete :type 'string)