diff lisp/emacs-lisp/checkdoc.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents d096b3c93f80
children 45cd70f39238
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Tue Feb 04 13:24:35 2003 +0000
@@ -426,7 +426,7 @@
   ;; end of a word in a conglomerate.
   (modify-syntax-entry ?- "w" checkdoc-syntax-table)
   )
-	
+
 
 ;;; Compatibility
 ;;
@@ -940,7 +940,7 @@
 	(checkdoc-show-diagnostics)))
     (goto-char p))
   (if (interactive-p) (message "Checking interactive message text...done.")))
-    
+
 ;;;###autoload
 (defun checkdoc-eval-defun ()
   "Evaluate the current form with `eval-defun' and check its documentation.
@@ -2340,7 +2340,7 @@
     (while (setq type (checkdoc-message-text-next-string end))
       (setq e (checkdoc-message-text-engine type)))
     e))
-  
+
 (defun checkdoc-message-text-next-string (end)
   "Move cursor to the next checkable message string after point.
 Return the message classification.