[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hanging paragraph within lisp comments
From: |
Kin Cho |
Subject: |
hanging paragraph within lisp comments |
Date: |
11 Feb 2004 11:41:26 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Hi,
Anybody has code to reformat this:
;; (1) Defines most of Emacs's file- and directory-handling
;; functions, including basic file visiting, backup generation,
;; link handling, ITS-id version control, load- and write-hook
;; handling, and the like.
into this:
;; (1) Defines most of Emacs's file- and directory-handling
;; functions, including basic file visiting, backup generation,
;; link handling, ITS-id version control, load- and write-hook
;; handling, and the like.
filladapt.el can't seem to handle hanging paragraphs within
comments.
Thanks.
-kin
- hanging paragraph within lisp comments,
Kin Cho <=