comparison lisp/indent.el @ 90200:f9a65d7ebd29

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Jul 2005 12:43:14 +0000
parents 0fe073a08cef 6fb026ad601f
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90199:bb71c6cf2009 90200:f9a65d7ebd29
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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 the 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02110-1301, USA.
23 23
24 ;;; Commentary: 24 ;;; Commentary:
25 25
26 ;; Commands for making and changing indentation in text. These are 26 ;; Commands for making and changing indentation in text. These are
27 ;; described in the Emacs manual. 27 ;; described in the Emacs manual.
28 28
29 ;;; Code: 29 ;;; Code:
30 30
31 (defgroup indent nil 31 (defgroup indent nil
32 "Indentation commands" 32 "Indentation commands."
33 :group 'editing) 33 :group 'editing)
34 34
35 (defcustom standard-indent 4 35 (defcustom standard-indent 4
36 "*Default number of columns for margin-changing functions to indent." 36 "*Default number of columns for margin-changing functions to indent."
37 :group 'indent 37 :group 'indent