X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3f715d17fef56ee78a3df7ebb00d4e8b1aec37de..1dd4f26ab6c1f14628d9fcf03b0cca7e54d52302:/lisp/erc/erc-fill.el diff --git a/lisp/erc/erc-fill.el b/lisp/erc/erc-fill.el index 0ccb415da6..462b8730fe 100644 --- a/lisp/erc/erc-fill.el +++ b/lisp/erc/erc-fill.el @@ -1,10 +1,10 @@ ;;; erc-fill.el --- Filling IRC messages in various ways -;; Copyright (C) 2001, 2002, 2003, 2004, 2006, -;; 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2001-2004, 2006-2016 Free Software Foundation, Inc. ;; Author: Andreas Fuchs ;; Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcFilling ;; This file is part of GNU Emacs. @@ -40,9 +40,12 @@ ;;;###autoload (autoload 'erc-fill-mode "erc-fill" nil t) (erc-define-minor-mode erc-fill-mode "Toggle ERC fill mode. -With numeric arg, turn ERC fill mode on if and only if arg is -positive. In ERC fill mode, messages in the channel buffers are -filled." +With a prefix argument ARG, enable ERC fill mode if ARG is +positive, and disable it otherwise. If called from Lisp, enable +the mode if ARG is omitted or nil. + +ERC fill mode is a global minor mode. When enabled, messages in +the channel buffers are filled." nil nil nil :global t :group 'erc-fill (if erc-fill-mode @@ -98,7 +101,7 @@ function is called." (defcustom erc-fill-static-center 27 "Column around which all statically filled messages will be -centered. This column denotes the point where the ' ' character +centered. This column denotes the point where the ` ' character between and the entered text will be put, thus aligning nick names right and text left." :group 'erc-fill @@ -192,5 +195,3 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'." ;; Local Variables: ;; indent-tabs-mode: nil ;; End: - -;; arch-tag: 89224581-c2c2-4e26-92e5-e3a390dc516a