no newlines are necessary.
+2003-04-12 John Paul Wallington <jpw@gnu.org>
+
+ * help-fns.el (help-add-fundoc-usage): Pass an empty string to
+ `format' if no newlines are necessary.
+
2003-04-11 John Paul Wallington <jpw@gnu.org>
* type-break.el (type-break-warning-countdown-string): Doc fix.
doc
(format "%s%s%s" doc
(if (string-match "\n?\n\\'" doc)
- (if (< (- (match-end 0) (match-beginning 0)) 2) "\n")
+ (if (< (- (match-end 0) (match-beginning 0)) 2) "\n" "")
"\n\n")
(help-make-usage 'fn arglist))))