From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.bugs Subject: Patch for typos in `checkdoc.el'. Date: 13 Jul 2002 01:50:38 +0200 Organization: CWI, Amsterdam Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026517838 25818 127.0.0.1 (12 Jul 2002 23:50:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2002 23:50:38 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17TABK-0006iJ-00 for ; Sat, 13 Jul 2002 01:50:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17TAC6-0007rN-00; Fri, 12 Jul 2002 19:51:26 -0400 Original-Received: from hera.cwi.nl ([192.16.191.8]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17TABM-0007nx-00 for ; Fri, 12 Jul 2002 19:50:40 -0400 Original-Received: from occarina.pna.cwi.nl (occarina.pna.cwi.nl [192.16.184.200]) by hera.cwi.nl with ESMTP id BAA13264 for ; Sat, 13 Jul 2002 01:50:38 +0200 (MEST) Original-Received: (from lute@localhost) by occarina.pna.cwi.nl (8.11.6/8.9.3) id g6CNocT09924; Sat, 13 Jul 2002 01:50:38 +0200 X-Authentication-Warning: occarina.pna.cwi.nl: lute set sender to Lute.Kamstra@cwi.nl using -f Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus 5.9 on Emacs 21.2 Original-Lines: 91 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2670 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2670 Dear People, I fixed some typos in `checkdoc.el'. Ironic, isn't it? Regards, Lute. *** emacs-21.2/lisp/emacs-lisp/checkdoc.el Mon Sep 17 17:51:54 2001 --- checkdoc.el Sat Jul 13 01:11:35 2002 *************** *** 302,306 **** (defvar checkdoc-generate-compile-warnings-flag nil ! "Non-nil means generage warnings in a buffer for browsing. Do not set this by hand, use a function like `checkdoc-current-buffer' with a universal argument.") --- 302,306 ---- (defvar checkdoc-generate-compile-warnings-flag nil ! "Non-nil means generate warnings in a buffer for browsing. Do not set this by hand, use a function like `checkdoc-current-buffer' with a universal argument.") *************** *** 481,486 **** ;;;###autoload (defun checkdoc () ! "Interactivly check the entire buffer for style errors. ! The current status of the ckeck will be displayed in a buffer which the users will view as each check is completed." (interactive) --- 481,486 ---- ;;;###autoload (defun checkdoc () ! "Interactively check the entire buffer for style errors. ! The current status of the check will be displayed in a buffer which the users will view as each check is completed." (interactive) *************** *** 530,534 **** "Display and update the status buffer for the current checkdoc mode. CHECK is a vector stating the current status of each test as an ! element is the status of that level of teset." (let (temp-buffer-setup-hook) (with-output-to-temp-buffer " *Checkdoc Status*" --- 530,534 ---- "Display and update the status buffer for the current checkdoc mode. CHECK is a vector stating the current status of each test as an ! element is the status of that level of test." (let (temp-buffer-setup-hook) (with-output-to-temp-buffer " *Checkdoc Status*" *************** *** 576,582 **** (defun checkdoc-interactive-loop (start-here showstatus findfunc) ! "Interactivly loop over all errors that can be found by a given method. Searching starts at START-HERE. SHOWSTATUS expresses the verbosity ! of the search, and wether ending the search will auto-exit this function. FINDFUNC is a symbol representing a function that will position the cursor, and return error message text to present the the user. It is --- 576,582 ---- (defun checkdoc-interactive-loop (start-here showstatus findfunc) ! "Interactively loop over all errors that can be found by a given method. Searching starts at START-HERE. SHOWSTATUS expresses the verbosity ! of the search, and whether ending the search will auto-exit this function. FINDFUNC is a symbol representing a function that will position the cursor, and return error message text to present the the user. It is *************** *** 765,769 **** (defun checkdoc-next-message-error (enable-fix) ! "Find and return the next checkdoc mesasge related error list, or nil. Only text for error and `y-or-n-p' strings are checked. See `checkdoc-next-error' for details on the return value. --- 765,769 ---- (defun checkdoc-next-message-error (enable-fix) ! "Find and return the next checkdoc message related error list, or nil. Only text for error and `y-or-n-p' strings are checked. See `checkdoc-next-error' for details on the return value. -- Lute Kamstra CWI department PNA4 Room M233 phone (+31) 20 592 4214