bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for typos in `checkdoc.el'.


From: Lute Kamstra
Subject: Patch for typos in `checkdoc.el'.
Date: 13 Jul 2002 01:50:38 +0200
User-agent: Gnus 5.9 on Emacs 21.2

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  <Lute.Kamstra@cwi.nl>
CWI  department PNA4
Room M233  phone (+31) 20 592 4214



reply via email to

[Prev in Thread] Current Thread [Next in Thread]