comparison lisp/indent.el @ 2307:10e417efb12a

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 03:27:18 +0000
parents bfe994df6c27
children 794498c64928
comparison
equal deleted inserted replaced
2306:59c8668f70c7 2307:10e417efb12a
17 ;; GNU General Public License for more details. 17 ;; GNU General Public License for more details.
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to 20 ;; along with GNU Emacs; see the file COPYING. If not, write to
21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22
23 ;;; Commentary:
24
25 ;; Commands for making and changing indentation in text. These are
26 ;; described in the Emacs manual.
22 27
23 ;;; Code: 28 ;;; Code:
24 29
25 (defvar indent-line-function 'indent-to-left-margin "\ 30 (defvar indent-line-function 'indent-to-left-margin "\
26 Function to indent current line.") 31 Function to indent current line.")