aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/indent.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1993-03-22 03:27:18 +0000
committerEric S. Raymond <[email protected]>1993-03-22 03:27:18 +0000
commite41b2db1da153e3ead4a01cb6e729cb99cad78ae (patch)
treeb1a9c9c673da674b66521088f3247ac5a34f5a02 /lisp/indent.el
parent33d92c1f9de704cda9309731b4d6add46178aafc (diff)
Added or corrected Commentary sections
Diffstat (limited to 'lisp/indent.el')
-rw-r--r--lisp/indent.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/indent.el b/lisp/indent.el
index 8a972b8234..dd6a058845 100644
--- a/lisp/indent.el
+++ b/lisp/indent.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 for making and changing indentation in text. These are
+;; described in the Emacs manual.
+
;;; Code:
(defvar indent-line-function 'indent-to-left-margin "\