X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f67e15be8d94718b2e2ea7da68eb0b2dc94ce016..ca0ebeccbbcbaa1877f8ca8cf131598f013e4f0a:/lisp/forms.el diff --git a/lisp/forms.el b/lisp/forms.el index b143fe67cc..316666a203 100644 --- a/lisp/forms.el +++ b/lisp/forms.el @@ -1,16 +1,16 @@ ;;; forms.el --- Forms mode: edit a file as a form to fill in ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Johan Vromans ;; This file is part of GNU Emacs. -;; GNU Emacs is free software; you can redistribute it and/or modify +;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 3, or (at your option) -;; any later version. +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +18,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -321,7 +319,7 @@ ;;; Optional variables with default values. (defcustom forms-check-number-of-fields t - "*If non-nil, warn about records with wrong number of fields." + "If non-nil, warn about records with wrong number of fields." :group 'forms :type 'boolean) @@ -336,13 +334,13 @@ This is set automatically if the file permissions don't let you write it.") If not nil: use this character to separate multi-line fields (default C-k).") (defcustom forms-forms-scroll nil - "*Non-nil means replace scroll-up/down commands in Forms mode. + "Non-nil means replace scroll-up/down commands in Forms mode. The replacement commands performs forms-next/prev-record." :group 'forms :type 'boolean) (defcustom forms-forms-jump nil - "*Non-nil means redefine beginning/end-of-buffer in Forms mode. + "Non-nil means redefine beginning/end-of-buffer in Forms mode. The replacement commands performs forms-first/last-record." :group 'forms :type 'boolean) @@ -368,13 +366,13 @@ This variable is for use by the filter routines only. The contents may NOT be modified.") (defcustom forms-use-text-properties t - "*Non-nil means: use text properties. + "Non-nil means: use text properties. Defaults to t if this Emacs is capable of handling text properties." :group 'forms :type 'boolean) (defcustom forms-insert-after nil - "*Non-nil means: inserts of new records go after current record. + "Non-nil means: inserts of new records go after current record. Also, initial position is at last record." :group 'forms :type 'boolean)