aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/forms.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/forms.el')
-rw-r--r--lisp/forms.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index 5e4c4f84c14..d7b486b9c38 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -319,7 +319,7 @@
319;;; Optional variables with default values. 319;;; Optional variables with default values.
320 320
321(defcustom forms-check-number-of-fields t 321(defcustom forms-check-number-of-fields t
322 "*If non-nil, warn about records with wrong number of fields." 322 "If non-nil, warn about records with wrong number of fields."
323 :group 'forms 323 :group 'forms
324 :type 'boolean) 324 :type 'boolean)
325 325
@@ -334,13 +334,13 @@ This is set automatically if the file permissions don't let you write it.")
334If not nil: use this character to separate multi-line fields (default C-k).") 334If not nil: use this character to separate multi-line fields (default C-k).")
335 335
336(defcustom forms-forms-scroll nil 336(defcustom forms-forms-scroll nil
337 "*Non-nil means replace scroll-up/down commands in Forms mode. 337 "Non-nil means replace scroll-up/down commands in Forms mode.
338The replacement commands performs forms-next/prev-record." 338The replacement commands performs forms-next/prev-record."
339 :group 'forms 339 :group 'forms
340 :type 'boolean) 340 :type 'boolean)
341 341
342(defcustom forms-forms-jump nil 342(defcustom forms-forms-jump nil
343 "*Non-nil means redefine beginning/end-of-buffer in Forms mode. 343 "Non-nil means redefine beginning/end-of-buffer in Forms mode.
344The replacement commands performs forms-first/last-record." 344The replacement commands performs forms-first/last-record."
345 :group 'forms 345 :group 'forms
346 :type 'boolean) 346 :type 'boolean)
@@ -366,13 +366,13 @@ This variable is for use by the filter routines only.
366The contents may NOT be modified.") 366The contents may NOT be modified.")
367 367
368(defcustom forms-use-text-properties t 368(defcustom forms-use-text-properties t
369 "*Non-nil means: use text properties. 369 "Non-nil means: use text properties.
370Defaults to t if this Emacs is capable of handling text properties." 370Defaults to t if this Emacs is capable of handling text properties."
371 :group 'forms 371 :group 'forms
372 :type 'boolean) 372 :type 'boolean)
373 373
374(defcustom forms-insert-after nil 374(defcustom forms-insert-after nil
375 "*Non-nil means: inserts of new records go after current record. 375 "Non-nil means: inserts of new records go after current record.
376Also, initial position is at last record." 376Also, initial position is at last record."
377 :group 'forms 377 :group 'forms
378 :type 'boolean) 378 :type 'boolean)