diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
commit | ebd482e980b7efd4fab8673b08cc0806050b9331 (patch) | |
tree | e3cbdb7e4da19dfc6b211aeaaa04756d08eff069 /lisp/textmodes/underline.el | |
parent | 78708a618c05ffc96b2748cd940cb77efda9e2c7 (diff) | |
download | emacs-ebd482e980b7efd4fab8673b08cc0806050b9331.tar.gz |
Added or corrected Commentary section
Diffstat (limited to 'lisp/textmodes/underline.el')
-rw-r--r-- | lisp/textmodes/underline.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index 2f6ef391e06..269acd01b93 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el @@ -21,6 +21,13 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; This package deals with the primitive form of underlining +;; consisting of prefixing each character with "_\^h". The entry +;; point `underline-region' performs such underlining on a region. +;; The entry point `ununderline-region' removes it. + ;;; Code: ;;;###autoload |