diff options
author | Jim Blandy <jimb@redhat.com> | 1991-05-13 22:05:14 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-05-13 22:05:14 +0000 |
commit | 6503cec3499f6b722f40304d78a10f9d79ed5165 (patch) | |
tree | ae36a1ffcbee5ac5600a301b06de785c0dd15739 /lisp/indent.el | |
parent | 73fa8346460c784807ee160905baad816913c446 (diff) | |
download | emacs-6503cec3499f6b722f40304d78a10f9d79ed5165.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/indent.el')
-rw-r--r-- | lisp/indent.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/indent.el b/lisp/indent.el index 54588db1b8b..781a1897dd7 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -18,8 +18,9 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;;;###autoload (defvar indent-line-function 'indent-to-left-margin "\ -;;;###autoload Function to indent current line.");Now in loaddefs.el +;;;###autoload +(defvar indent-line-function 'indent-to-left-margin "\ +Function to indent current line.");Now in loaddefs.el (defun indent-according-to-mode () "Indent line in proper way for current major mode." |