diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 16:53:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 16:53:22 +0000 |
commit | 9e3449951300f525faa7d3079742c00a9c14f1fb (patch) | |
tree | f249eceda176c56309e63589f53565d3f14c83c0 /lisp/replace.el | |
parent | d431ffee1466f32b0c5c9109eef87195abc62eeb (diff) | |
download | emacs-9e3449951300f525faa7d3079742c00a9c14f1fb.tar.gz |
Added or corrected Commentary headers
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 3c195224ad9..449d5243ee3 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -18,6 +18,11 @@ ;; 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 supplies the string and regular-expression replace functions +;; documented in the Emacs user's manual. + ;;; Code: (defconst case-replace t "\ |