aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorLute Kamstra2008-12-03 05:48:14 +0000
committerLute Kamstra2008-12-03 05:48:14 +0000
commit9201cc281b10650e96296eda8519403e2b508fbd (patch)
treee86a6ba2b3d0044d996036ccf8430908dca34b26 /lisp/forms.el
parent1b17adfd3b07d24b4665ff66fd1b1dcc05f6c823 (diff)
downloademacs-9201cc281b10650e96296eda8519403e2b508fbd.tar.gz
emacs-9201cc281b10650e96296eda8519403e2b508fbd.zip
* align.el:
* allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
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)