From: yamaoka Date: Thu, 19 Oct 2000 21:54:32 +0000 (+0000) Subject: Synch with Wanderlust. X-Git-Tag: t-gnus-6_14-quimby-before-installer-changed-~48 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4ee23944cf91a57b51801518da8f8257a2d41e05;p=elisp%2Fgnus.git- Synch with Wanderlust. --- diff --git a/lisp/ptexinfmt.el b/lisp/ptexinfmt.el index 79657ec..eeb46fd 100644 --- a/lisp/ptexinfmt.el +++ b/lisp/ptexinfmt.el @@ -593,7 +593,7 @@ otherwise, insert URL-TITLE followed by URL in parentheses." ;; Case 3: Trouble (t (error - "You probably need to specify column widths for @multitable correctly."))) + "You probably need to specify column widths for @multitable correctly"))) ;; Check whether columns fit on page. (let ((desired-columns (+ @@ -658,7 +658,7 @@ This command is executed when texinfmt sees @item inside @multitable." (while (search-forward "@tab" nil t) (setq tab-number (1+ tab-number))) (if (/= tab-number (length table-widths)) - (error "Wrong number of @tab's in a @multitable row."))) + (error "Wrong number of @tab's in a @multitable row"))) (goto-char (point-min)) ;; 2. Format each cell, and copy to a rectangle ;; buffer looks like this: A1 @tab A2 @tab A3