diff lisp/format.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 3a1a2ebbbcdc
children fd37f9aafadc
line wrap: on
line diff
--- a/lisp/format.el	Mon Jul 16 12:22:17 2001 +0000
+++ b/lisp/format.el	Mon Jul 16 12:23:00 2001 +0000
@@ -462,7 +462,7 @@
       (cdr list)
     (let ((p list))
       (while (not (eq (cdr p) cons))
-	(if (null p) (error "format-delq-cons: not an element."))
+	(if (null p) (error "format-delq-cons: not an element"))
 	(setq p (cdr p)))
       ;; Now (cdr p) is the cons to delete
       (setcdr p (cdr cons))