summaryrefslogtreecommitdiff
path: root/lisp/tabify.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
commit9e3449951300f525faa7d3079742c00a9c14f1fb (patch)
treef249eceda176c56309e63589f53565d3f14c83c0 /lisp/tabify.el
parentd431ffee1466f32b0c5c9109eef87195abc62eeb (diff)
downloademacs-9e3449951300f525faa7d3079742c00a9c14f1fb.tar.gz
Added or corrected Commentary headers
Diffstat (limited to 'lisp/tabify.el')
-rw-r--r--lisp/tabify.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/tabify.el b/lisp/tabify.el
index b1a8e35fe2e..cccc99ea1a5 100644
--- a/lisp/tabify.el
+++ b/lisp/tabify.el
@@ -20,6 +20,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:
+
+;; Commands to optimize spaces to tabs or expand tabs to spaces in a region
+;; (`tabify' and `untabify'). The variable tab-width does the obvious.
+
;;; Code:
;;;###autoload