commentary after first line summary.
2006-08-28 Chong Yidong <cyd@stupidchicken.com>
+ * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert
+ commentary after first line summary.
+
* woman.el (woman-follow): New function, based on `man-follow'.
(woman-mode-map): Use it.
(re-search-forward "^;;; Code" nil t)
(re-search-forward "^(require" nil t)
(re-search-forward "^(" nil t))
- (beginning-of-line)))
+ (beginning-of-line))
+ (t (re-search-forward ";;; .* --- .*\n")))
(if (checkdoc-y-or-n-p
"You should have a \";;; Commentary:\", add one? ")
(insert "\n;;; Commentary:\n;; \n\n")