summaryrefslogtreecommitdiff
path: root/lisp/textmodes/underline.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 22:44:33 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 22:44:33 +0000
commitc91c4e6d7f2287a65bec3fd1b93997f518a5c4ea (patch)
treea1b00d5c22fc9239a0331c7bbc9d711a65644138 /lisp/textmodes/underline.el
parenta100548014c325e06d360997c9a305932d909cfc (diff)
downloademacs-c91c4e6d7f2287a65bec3fd1b93997f518a5c4ea.tar.gz
Added or corrected Commentary section
Diffstat (limited to 'lisp/textmodes/underline.el')
-rw-r--r--lisp/textmodes/underline.el7
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