]> code.delx.au - gnu-emacs/blobdiff - lisp/thingatpt.el
(decipher-mode-map): Use command remapping instead of
[gnu-emacs] / lisp / thingatpt.el
index 73f88f4b4a56c82c10947b69b9563154a2974519..47caf02b03a3340de270f00f81526c8969595bba 100644 (file)
@@ -384,7 +384,7 @@ Signal an error if the entire string was not used."
   (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))))