diff lisp/thingatpt.el @ 47862:ac9c67849967

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Oct 2002 01:27:19 +0000
parents 1a9d2889f455
children c84445fe778c
line wrap: on
line diff
--- a/lisp/thingatpt.el	Mon Oct 14 01:27:08 2002 +0000
+++ b/lisp/thingatpt.el	Mon Oct 14 01:27:19 2002 +0000
@@ -384,7 +384,7 @@
   (let* ((read-data (read-from-string str))
 	 (more-left 
 	  (condition-case nil
-	      ;; The call to `ignore' suppresses a warning.
+	      ;; The call to `ignore' suppresses a compiler warning.
 	      (progn (ignore (read-from-string (substring str (cdr read-data))))
 		     t)
 	    (end-of-file nil))))