diff options
Diffstat (limited to 'lisp/indent.el')
-rw-r--r-- | lisp/indent.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/indent.el b/lisp/indent.el index 8a972b82349..dd6a0588453 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 "\ |