From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9475 invoked by alias); 28 Apr 2014 02:45:40 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32588 Received: (qmail 2263 invoked from network); 28 Apr 2014 02:45:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Jan Larres Subject: No documentation for copy-earlier-word Date: Mon, 28 Apr 2014 14:26:50 +1200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: yass.opencloud.co.nz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Hi, I recently discovered the very useful copy-earlier-word widget and noticed that it's not documented in the man page, so people will only find out about it if they look into the functions/ directory. The comment at the top of the file should probably be mostly enough for the documentation. -Jan