aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2010-09-22 23:42:45 -0700
committerGlenn Morris2010-09-22 23:42:45 -0700
commit1fc7dabfcfd30e4c987df5e0d31a2574e9a2cd1b (patch)
tree1e852c37c54611999791b66432a7f0375172505c /lisp/textmodes
parent97161df81ec284e652047438c33bf596aa2d1ce9 (diff)
downloademacs-1fc7dabfcfd30e4c987df5e0d31a2574e9a2cd1b.tar.gz
emacs-1fc7dabfcfd30e4c987df5e0d31a2574e9a2cd1b.zip
Remove leading `*' from docs of some defcustoms etc.
* emulation/crisp.el, emulation/cua-base.el, emulation/edt.el: * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el: * international/kkc.el, international/ogonek.el, mail/feedmail.el: * net/browse-url.el, net/eudc-vars.el, net/net-utils.el: * net/rcompile.el, net/rlogin.el, textmodes/enriched.el: * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el: * textmodes/refer.el, textmodes/spell.el, textmodes/table.el: * textmodes/tex-mode.el, textmodes/two-column.el: Remove leading `*' from docs of defcustoms etc.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/enriched.el6
-rw-r--r--lisp/textmodes/makeinfo.el8
-rw-r--r--lisp/textmodes/page-ext.el18
-rw-r--r--lisp/textmodes/picture.el14
-rw-r--r--lisp/textmodes/refer.el10
-rw-r--r--lisp/textmodes/spell.el8
-rw-r--r--lisp/textmodes/table.el50
-rw-r--r--lisp/textmodes/tex-mode.el38
-rw-r--r--lisp/textmodes/two-column.el10
9 files changed, 81 insertions, 81 deletions
diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el
index 64eb83f8178..c2711a7345c 100644
--- a/lisp/textmodes/enriched.el
+++ b/lisp/textmodes/enriched.el
@@ -1,7 +1,7 @@
1;;; enriched.el --- read and save files in text/enriched format 1;;; enriched.el --- read and save files in text/enriched format
2 2
3;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006,
4;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 5
6;; Author: Boris Goldowsky <boris@gnu.org> 6;; Author: Boris Goldowsky <boris@gnu.org>
7;; Keywords: wp, faces 7;; Keywords: wp, faces
@@ -50,7 +50,7 @@
50 :group 'wp) 50 :group 'wp)
51 51
52(defcustom enriched-verbose t 52(defcustom enriched-verbose t
53 "*If non-nil, give status messages when reading and writing files." 53 "If non-nil, give status messages when reading and writing files."
54 :type 'boolean 54 :type 'boolean
55 :group 'enriched) 55 :group 'enriched)
56 56
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el
index 0f0c3a372a5..b5f1336d535 100644
--- a/lisp/textmodes/makeinfo.el
+++ b/lisp/textmodes/makeinfo.el
@@ -1,7 +1,7 @@
1;;; makeinfo.el --- run makeinfo conveniently 1;;; makeinfo.el --- run makeinfo conveniently
2 2
3;; Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4;; 2008, 2009, 2010 Free Software Foundation, Inc.
5 5
6;; Author: Robert J. Chassell 6;; Author: Robert J. Chassell
7;; Maintainer: FSF 7;; Maintainer: FSF
@@ -58,13 +58,13 @@
58 58
59 59
60(defcustom makeinfo-run-command "makeinfo" 60(defcustom makeinfo-run-command "makeinfo"
61 "*Command used to run `makeinfo' subjob. 61 "Command used to run `makeinfo' subjob.
62The name of the file is appended to this string, separated by a space." 62The name of the file is appended to this string, separated by a space."
63 :type 'string 63 :type 'string
64 :group 'makeinfo) 64 :group 'makeinfo)
65 65
66(defcustom makeinfo-options "--fill-column=70" 66(defcustom makeinfo-options "--fill-column=70"
67 "*String containing options for running `makeinfo'. 67 "String containing options for running `makeinfo'.
68Do not include `--footnote-style' or `--paragraph-indent'; 68Do not include `--footnote-style' or `--paragraph-indent';
69the proper way to specify those is with the Texinfo commands 69the proper way to specify those is with the Texinfo commands
70`@footnotestyle` and `@paragraphindent'." 70`@footnotestyle` and `@paragraphindent'."
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el
index a87e7942e9b..05065cd4427 100644
--- a/lisp/textmodes/page-ext.el
+++ b/lisp/textmodes/page-ext.el
@@ -1,7 +1,7 @@
1;;; page-ext.el --- extended page handling commands 1;;; page-ext.el --- extended page handling commands
2 2
3;; Copyright (C) 1990, 1991, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 3;; Copyright (C) 1990, 1991, 1993, 1994, 2001, 2002, 2003, 2004, 2005,
4;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 5
6;; Author: Robert J. Chassell <bob@gnu.org> 6;; Author: Robert J. Chassell <bob@gnu.org>
7;; (according to ack.texi) 7;; (according to ack.texi)
@@ -242,17 +242,17 @@
242 242
243 243
244(defcustom pages-directory-buffer-narrowing-p t 244(defcustom pages-directory-buffer-narrowing-p t
245 "*If non-nil, `pages-directory-goto' narrows pages buffer to entry." 245 "If non-nil, `pages-directory-goto' narrows pages buffer to entry."
246 :type 'boolean 246 :type 'boolean
247 :group 'pages) 247 :group 'pages)
248 248
249(defcustom pages-directory-for-adding-page-narrowing-p t 249(defcustom pages-directory-for-adding-page-narrowing-p t
250 "*If non-nil, `add-new-page' narrows page buffer to new entry." 250 "If non-nil, `add-new-page' narrows page buffer to new entry."
251 :type 'boolean 251 :type 'boolean
252 :group 'pages) 252 :group 'pages)
253 253
254(defcustom pages-directory-for-adding-new-page-before-current-page-p t 254(defcustom pages-directory-for-adding-new-page-before-current-page-p t
255 "*If non-nil, `add-new-page' inserts new page before current page." 255 "If non-nil, `add-new-page' inserts new page before current page."
256 :type 'boolean 256 :type 'boolean
257 :group 'pages) 257 :group 'pages)
258 258
@@ -260,23 +260,23 @@
260;;; Addresses related variables 260;;; Addresses related variables
261 261
262(defcustom pages-addresses-file-name "~/addresses" 262(defcustom pages-addresses-file-name "~/addresses"
263 "*Standard name for file of addresses. Entries separated by page-delimiter. 263 "Standard name for file of addresses. Entries separated by page-delimiter.
264Used by `pages-directory-for-addresses' function." 264Used by `pages-directory-for-addresses' function."
265 :type 'file 265 :type 'file
266 :group 'pages) 266 :group 'pages)
267 267
268(defcustom pages-directory-for-addresses-goto-narrowing-p t 268(defcustom pages-directory-for-addresses-goto-narrowing-p t
269 "*If non-nil, `pages-directory-goto' narrows addresses buffer to entry." 269 "If non-nil, `pages-directory-goto' narrows addresses buffer to entry."
270 :type 'boolean 270 :type 'boolean
271 :group 'pages) 271 :group 'pages)
272 272
273(defcustom pages-directory-for-addresses-buffer-keep-windows-p t 273(defcustom pages-directory-for-addresses-buffer-keep-windows-p t
274 "*If nil, `pages-directory-for-addresses' deletes other windows." 274 "If nil, `pages-directory-for-addresses' deletes other windows."
275 :type 'boolean 275 :type 'boolean
276 :group 'pages) 276 :group 'pages)
277 277
278(defcustom pages-directory-for-adding-addresses-narrowing-p t 278(defcustom pages-directory-for-adding-addresses-narrowing-p t
279 "*If non-nil, `add-new-page' narrows addresses buffer to new entry." 279 "If non-nil, `add-new-page' narrows addresses buffer to new entry."
280 :type 'boolean 280 :type 'boolean
281 :group 'pages) 281 :group 'pages)
282 282
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el
index e4ed2c8a051..89e1020db98 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -37,27 +37,27 @@
37 :group 'wp) 37 :group 'wp)
38 38
39(defcustom picture-rectangle-ctl ?+ 39(defcustom picture-rectangle-ctl ?+
40 "*Character `picture-draw-rectangle' uses for top left corners." 40 "Character `picture-draw-rectangle' uses for top left corners."
41 :type 'character 41 :type 'character
42 :group 'picture) 42 :group 'picture)
43(defcustom picture-rectangle-ctr ?+ 43(defcustom picture-rectangle-ctr ?+
44 "*Character `picture-draw-rectangle' uses for top right corners." 44 "Character `picture-draw-rectangle' uses for top right corners."
45 :type 'character 45 :type 'character
46 :group 'picture) 46 :group 'picture)
47(defcustom picture-rectangle-cbr ?+ 47(defcustom picture-rectangle-cbr ?+
48 "*Character `picture-draw-rectangle' uses for bottom right corners." 48 "Character `picture-draw-rectangle' uses for bottom right corners."
49 :type 'character 49 :type 'character
50 :group 'picture) 50 :group 'picture)
51(defcustom picture-rectangle-cbl ?+ 51(defcustom picture-rectangle-cbl ?+
52 "*Character `picture-draw-rectangle' uses for bottom left corners." 52 "Character `picture-draw-rectangle' uses for bottom left corners."
53 :type 'character 53 :type 'character
54 :group 'picture) 54 :group 'picture)
55(defcustom picture-rectangle-v ?| 55(defcustom picture-rectangle-v ?|
56 "*Character `picture-draw-rectangle' uses for vertical lines." 56 "Character `picture-draw-rectangle' uses for vertical lines."
57 :type 'character 57 :type 'character
58 :group 'picture) 58 :group 'picture)
59(defcustom picture-rectangle-h ?- 59(defcustom picture-rectangle-h ?-
60 "*Character `picture-draw-rectangle' uses for horizontal lines." 60 "Character `picture-draw-rectangle' uses for horizontal lines."
61 :type 'character 61 :type 'character
62 :group 'picture) 62 :group 'picture)
63 63
@@ -363,7 +363,7 @@ With positive argument insert that many lines."
363;; Picture Tabs 363;; Picture Tabs
364 364
365(defcustom picture-tab-chars "!-~" 365(defcustom picture-tab-chars "!-~"
366 "*A character set which controls behavior of commands. 366 "A character set which controls behavior of commands.
367\\[picture-set-tab-stops] and \\[picture-tab-search]. It is NOT a 367\\[picture-set-tab-stops] and \\[picture-tab-search]. It is NOT a
368regular expression, any regexp special characters will be quoted. 368regular expression, any regexp special characters will be quoted.
369It defines a set of \"interesting characters\" to look for when setting 369It defines a set of \"interesting characters\" to look for when setting
diff --git a/lisp/textmodes/refer.el b/lisp/textmodes/refer.el
index c35b76b3053..a811c8f6580 100644
--- a/lisp/textmodes/refer.el
+++ b/lisp/textmodes/refer.el
@@ -1,7 +1,7 @@
1;;; refer.el --- look up references in bibliography files 1;;; refer.el --- look up references in bibliography files
2 2
3;; Copyright (C) 1992, 1996, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1992, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4;; 2008, 2009, 2010 Free Software Foundation, Inc.
5 5
6;; Author: Ashwin Ram <ashwin@cc.gatech.edu> 6;; Author: Ashwin Ram <ashwin@cc.gatech.edu>
7;; Maintainer: Gernot Heiser <gernot@acm.org> 7;; Maintainer: Gernot Heiser <gernot@acm.org>
@@ -96,7 +96,7 @@ happen anyway)."
96 :group 'refer) 96 :group 'refer)
97 97
98(defcustom refer-bib-files 'dir 98(defcustom refer-bib-files 'dir
99 "*List of \\.bib files to search for references, 99 "List of \\.bib files to search for references,
100or one of the following special values: 100or one of the following special values:
101nil = prompt for \\.bib file (if visiting a \\.bib file, use it as default) 101nil = prompt for \\.bib file (if visiting a \\.bib file, use it as default)
102auto = read \\.bib file names from appropriate command in buffer (see 102auto = read \\.bib file names from appropriate command in buffer (see
@@ -115,7 +115,7 @@ each time it is needed."
115 :group 'refer) 115 :group 'refer)
116 116
117(defcustom refer-cache-bib-files t 117(defcustom refer-cache-bib-files t
118 "*Variable determining whether the value of `refer-bib-files' should be cached. 118 "Variable determining whether the value of `refer-bib-files' should be cached.
119If t, initialize the value of refer-bib-files the first time it is used. If 119If t, initialize the value of refer-bib-files the first time it is used. If
120nil, re-read the list of \\.bib files depending on the value of `refer-bib-files' 120nil, re-read the list of \\.bib files depending on the value of `refer-bib-files'
121each time it is needed." 121each time it is needed."
@@ -123,7 +123,7 @@ each time it is needed."
123 :group 'refer) 123 :group 'refer)
124 124
125(defcustom refer-bib-files-regexp "\\\\bibliography" 125(defcustom refer-bib-files-regexp "\\\\bibliography"
126 "*Regexp matching a bibliography file declaration. 126 "Regexp matching a bibliography file declaration.
127The current buffer is expected to contain a line such as 127The current buffer is expected to contain a line such as
128\\bibliography{file1,file2,file3} 128\\bibliography{file1,file2,file3}
129which is read to set up `refer-bib-files'. The regexp must specify the command 129which is read to set up `refer-bib-files'. The regexp must specify the command
diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el
index fe31bc57d95..dc4859ac53c 100644
--- a/lisp/textmodes/spell.el
+++ b/lisp/textmodes/spell.el
@@ -1,7 +1,7 @@
1;;; spell.el --- spelling correction interface for Emacs 1;;; spell.el --- spelling correction interface for Emacs
2 2
3;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4;; 2009, 2010 Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: wp, unix 7;; Keywords: wp, unix
@@ -37,12 +37,12 @@
37 :group 'applications) 37 :group 'applications)
38 38
39(defcustom spell-command "spell" 39(defcustom spell-command "spell"
40 "*Command to run the spell program." 40 "Command to run the spell program."
41 :type 'string 41 :type 'string
42 :group 'spell) 42 :group 'spell)
43 43
44(defcustom spell-filter nil 44(defcustom spell-filter nil
45 "*Filter function to process text before passing it to spell program. 45 "Filter function to process text before passing it to spell program.
46This function might remove text-processor commands. 46This function might remove text-processor commands.
47nil means don't alter the text before checking it." 47nil means don't alter the text before checking it."
48 :type '(choice (const nil) function) 48 :type '(choice (const nil) function)
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 8b423ef8802..4a587e1019c 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -6,7 +6,7 @@
6;; Keywords: wp, convenience 6;; Keywords: wp, convenience
7;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> 7;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>
8;; Created: Sat Jul 08 2000 13:28:45 (PST) 8;; Created: Sat Jul 08 2000 13:28:45 (PST)
9;; Revised: Fri Aug 21 2009 00:16:58 (PDT) 9;; Revised: Tue Sep 21 2010 12:42:03 (PDT)
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
12 12
@@ -651,7 +651,7 @@
651 :group 'table) 651 :group 'table)
652 652
653(defcustom table-time-before-update 0.2 653(defcustom table-time-before-update 0.2
654 "*Time in seconds before updating the cell contents after typing. 654 "Time in seconds before updating the cell contents after typing.
655Updating the cell contents on the screen takes place only after this 655Updating the cell contents on the screen takes place only after this
656specified amount of time has passed after the last modification to the 656specified amount of time has passed after the last modification to the
657cell contents. When the contents of a table cell changes repetitively 657cell contents. When the contents of a table cell changes repetitively
@@ -665,7 +665,7 @@ annoying delay before the typed result start appearing on the screen."
665 :group 'table) 665 :group 'table)
666 666
667(defcustom table-time-before-reformat 0.2 667(defcustom table-time-before-reformat 0.2
668 "*Time in seconds before reformatting the table. 668 "Time in seconds before reformatting the table.
669This many seconds must pass in addition to `table-time-before-update' 669This many seconds must pass in addition to `table-time-before-update'
670before the table is updated with newly widened width or heightened 670before the table is updated with newly widened width or heightened
671height." 671height."
@@ -674,7 +674,7 @@ height."
674 :group 'table) 674 :group 'table)
675 675
676(defcustom table-command-prefix [(control c) (control c)] 676(defcustom table-command-prefix [(control c) (control c)]
677 "*Key sequence to be used as prefix for table command key bindings." 677 "Key sequence to be used as prefix for table command key bindings."
678 :type '(vector (repeat :inline t sexp)) 678 :type '(vector (repeat :inline t sexp))
679 :tag "Table Command Prefix" 679 :tag "Table Command Prefix"
680 :group 'table) 680 :group 'table)
@@ -685,30 +685,30 @@ height."
685 (((class color)) 685 (((class color))
686 (:foreground "gray90" :background "blue")) 686 (:foreground "gray90" :background "blue"))
687 (t (:bold t))) 687 (t (:bold t)))
688 "*Face used for table cell contents." 688 "Face used for table cell contents."
689 :tag "Cell Face" 689 :tag "Cell Face"
690 :group 'table) 690 :group 'table)
691 691
692(defcustom table-cell-horizontal-chars "-=" 692(defcustom table-cell-horizontal-chars "-="
693 "*Characters that may be used for table cell's horizontal border line." 693 "Characters that may be used for table cell's horizontal border line."
694 :tag "Cell Horizontal Boundary Characters" 694 :tag "Cell Horizontal Boundary Characters"
695 :type 'string 695 :type 'string
696 :group 'table) 696 :group 'table)
697 697
698(defcustom table-cell-vertical-char ?\| 698(defcustom table-cell-vertical-char ?\|
699 "*Character that forms table cell's vertical border line." 699 "Character that forms table cell's vertical border line."
700 :tag "Cell Vertical Boundary Character" 700 :tag "Cell Vertical Boundary Character"
701 :type 'character 701 :type 'character
702 :group 'table) 702 :group 'table)
703 703
704(defcustom table-cell-intersection-char ?\+ 704(defcustom table-cell-intersection-char ?\+
705 "*Character that forms table cell's corner." 705 "Character that forms table cell's corner."
706 :tag "Cell Intersection Character" 706 :tag "Cell Intersection Character"
707 :type 'character 707 :type 'character
708 :group 'table) 708 :group 'table)
709 709
710(defcustom table-word-continuation-char ?\\ 710(defcustom table-word-continuation-char ?\\
711 "*Character that indicates word continuation into the next line. 711 "Character that indicates word continuation into the next line.
712This character has a special meaning only in the fixed width mode, 712This character has a special meaning only in the fixed width mode,
713that is when `table-fixed-width-mode' is non-nil . In the fixed width 713that is when `table-fixed-width-mode' is non-nil . In the fixed width
714mode this character indicates that the location is continuing into the 714mode this character indicates that the location is continuing into the
@@ -727,7 +727,7 @@ select a character that is unlikely to appear in your document."
727 (set variable value)) 727 (set variable value))
728 728
729(defcustom table-fixed-width-mode nil 729(defcustom table-fixed-width-mode nil
730 "*Cell width is fixed when this is non-nil. 730 "Cell width is fixed when this is non-nil.
731Normally it should be nil for allowing automatic cell width expansion 731Normally it should be nil for allowing automatic cell width expansion
732that widens a cell when it is necessary. When non-nil, typing in a 732that widens a cell when it is necessary. When non-nil, typing in a
733cell does not automatically expand the cell width. A word that is too 733cell does not automatically expand the cell width. A word that is too
@@ -742,7 +742,7 @@ run-time."
742 :group 'table) 742 :group 'table)
743 743
744(defcustom table-detect-cell-alignment t 744(defcustom table-detect-cell-alignment t
745 "*Detect cell contents alignment automatically. 745 "Detect cell contents alignment automatically.
746When non-nil cell alignment is automatically determined by the 746When non-nil cell alignment is automatically determined by the
747appearance of the current cell contents when recognizing tables as a 747appearance of the current cell contents when recognizing tables as a
748whole. This applies to `table-recognize', `table-recognize-region' 748whole. This applies to `table-recognize', `table-recognize-region'
@@ -752,38 +752,38 @@ and `table-recognize-table' but not to `table-recognize-cell'."
752 :group 'table) 752 :group 'table)
753 753
754(defcustom table-dest-buffer-name "table" 754(defcustom table-dest-buffer-name "table"
755 "*Default buffer name (without a suffix) for source generation." 755 "Default buffer name (without a suffix) for source generation."
756 :tag "Source Buffer Name" 756 :tag "Source Buffer Name"
757 :type 'string 757 :type 'string
758 :group 'table) 758 :group 'table)
759 759
760(defcustom table-html-delegate-spacing-to-user-agent nil 760(defcustom table-html-delegate-spacing-to-user-agent nil
761 "*Non-nil delegates cell contents spacing entirely to user agent. 761 "Non-nil delegates cell contents spacing entirely to user agent.
762Otherwise, when nil, it preserves the original spacing and line breaks." 762Otherwise, when nil, it preserves the original spacing and line breaks."
763 :tag "HTML delegate spacing" 763 :tag "HTML delegate spacing"
764 :type 'boolean 764 :type 'boolean
765 :group 'table) 765 :group 'table)
766 766
767(defcustom table-html-th-rows 0 767(defcustom table-html-th-rows 0
768 "*Number of top rows to become header cells automatically in HTML generation." 768 "Number of top rows to become header cells automatically in HTML generation."
769 :tag "HTML Header Rows" 769 :tag "HTML Header Rows"
770 :type 'integer 770 :type 'integer
771 :group 'table) 771 :group 'table)
772 772
773(defcustom table-html-th-columns 0 773(defcustom table-html-th-columns 0
774 "*Number of left columns to become header cells automatically in HTML generation." 774 "Number of left columns to become header cells automatically in HTML generation."
775 :tag "HTML Header Columns" 775 :tag "HTML Header Columns"
776 :type 'integer 776 :type 'integer
777 :group 'table) 777 :group 'table)
778 778
779(defcustom table-html-table-attribute "border=\"1\"" 779(defcustom table-html-table-attribute "border=\"1\""
780 "*Table attribute that applies to the table in HTML generation." 780 "Table attribute that applies to the table in HTML generation."
781 :tag "HTML table attribute" 781 :tag "HTML table attribute"
782 :type 'string 782 :type 'string
783 :group 'table) 783 :group 'table)
784 784
785(defcustom table-html-cell-attribute "" 785(defcustom table-html-cell-attribute ""
786 "*Cell attribute that applies to all cells in HTML generation. 786 "Cell attribute that applies to all cells in HTML generation.
787Do not specify \"align\" and \"valign\" because they are determined by 787Do not specify \"align\" and \"valign\" because they are determined by
788the cell contents dynamically." 788the cell contents dynamically."
789 :tag "HTML cell attribute" 789 :tag "HTML cell attribute"
@@ -791,28 +791,28 @@ the cell contents dynamically."
791 :group 'table) 791 :group 'table)
792 792
793(defcustom table-cals-thead-rows 1 793(defcustom table-cals-thead-rows 1
794 "*Number of top rows to become header rows in CALS table." 794 "Number of top rows to become header rows in CALS table."
795 :tag "CALS Header Rows" 795 :tag "CALS Header Rows"
796 :type 'integer 796 :type 'integer
797 :group 'table) 797 :group 'table)
798 798
799;;;###autoload 799;;;###autoload
800(defcustom table-cell-map-hook nil 800(defcustom table-cell-map-hook nil
801 "*Normal hooks run when finishing construction of `table-cell-map'. 801 "Normal hooks run when finishing construction of `table-cell-map'.
802User can modify `table-cell-map' by adding custom functions here." 802User can modify `table-cell-map' by adding custom functions here."
803 :tag "Cell Keymap Hooks" 803 :tag "Cell Keymap Hooks"
804 :type 'hook 804 :type 'hook
805 :group 'table-hooks) 805 :group 'table-hooks)
806 806
807(defcustom table-disable-incompatibility-warning nil 807(defcustom table-disable-incompatibility-warning nil
808 "*Disable compatibility warning notice. 808 "Disable compatibility warning notice.
809When nil user is reminded of known incompatible issues." 809When nil user is reminded of known incompatible issues."
810 :tag "Disable Incompatibility Warning" 810 :tag "Disable Incompatibility Warning"
811 :type 'boolean 811 :type 'boolean
812 :group 'table) 812 :group 'table)
813 813
814(defcustom table-abort-recognition-when-input-pending t 814(defcustom table-abort-recognition-when-input-pending t
815 "*Abort current recognition process when input pending. 815 "Abort current recognition process when input pending.
816Abort current recognition process when we are not sure that no input 816Abort current recognition process when we are not sure that no input
817is available. When non-nil lengthy recognition process is aborted 817is available. When non-nil lengthy recognition process is aborted
818simply by any key input." 818simply by any key input."
@@ -822,19 +822,19 @@ simply by any key input."
822 822
823;;;###autoload 823;;;###autoload
824(defcustom table-load-hook nil 824(defcustom table-load-hook nil
825 "*List of functions to be called after the table is first loaded." 825 "List of functions to be called after the table is first loaded."
826 :type 'hook 826 :type 'hook
827 :group 'table-hooks) 827 :group 'table-hooks)
828 828
829;;;###autoload 829;;;###autoload
830(defcustom table-point-entered-cell-hook nil 830(defcustom table-point-entered-cell-hook nil
831 "*List of functions to be called after point entered a table cell." 831 "List of functions to be called after point entered a table cell."
832 :type 'hook 832 :type 'hook
833 :group 'table-hooks) 833 :group 'table-hooks)
834 834
835;;;###autoload 835;;;###autoload
836(defcustom table-point-left-cell-hook nil 836(defcustom table-point-left-cell-hook nil
837 "*List of functions to be called after point left a table cell." 837 "List of functions to be called after point left a table cell."
838 :type 'hook 838 :type 'hook
839 :group 'table-hooks) 839 :group 'table-hooks)
840 840
@@ -860,7 +860,7 @@ time.")
860;;; No need of user configuration 860;;; No need of user configuration
861 861
862(defconst table-paragraph-start "[ \t\n\f]" 862(defconst table-paragraph-start "[ \t\n\f]"
863 "*Regexp for beginning of a line that starts OR separates paragraphs.") 863 "Regexp for beginning of a line that starts OR separates paragraphs.")
864(defconst table-cache-buffer-name " *table cell cache*" 864(defconst table-cache-buffer-name " *table cell cache*"
865 "Cell cache buffer name.") 865 "Cell cache buffer name.")
866(defvar table-cell-info-lu-coordinate nil 866(defvar table-cell-info-lu-coordinate nil
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index c2d02dd9a4f..70e4d1e3953 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -58,14 +58,14 @@
58 58
59;;;###autoload 59;;;###autoload
60(defcustom tex-shell-file-name nil 60(defcustom tex-shell-file-name nil
61 "*If non-nil, the shell file name to run in the subshell used to run TeX." 61 "If non-nil, the shell file name to run in the subshell used to run TeX."
62 :type '(choice (const :tag "None" nil) 62 :type '(choice (const :tag "None" nil)
63 string) 63 string)
64 :group 'tex-run) 64 :group 'tex-run)
65 65
66;;;###autoload 66;;;###autoload
67(defcustom tex-directory (purecopy ".") 67(defcustom tex-directory (purecopy ".")
68 "*Directory in which temporary files are written. 68 "Directory in which temporary files are written.
69You can make this `/tmp' if your TEXINPUTS has no relative directories in it 69You can make this `/tmp' if your TEXINPUTS has no relative directories in it
70and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are 70and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
71`\\input' commands with relative directories." 71`\\input' commands with relative directories."
@@ -84,7 +84,7 @@ if it matches the first line of the file,
84 84
85;;;###autoload 85;;;###autoload
86(defcustom tex-main-file nil 86(defcustom tex-main-file nil
87 "*The main TeX source file which includes this buffer's file. 87 "The main TeX source file which includes this buffer's file.
88The command `tex-file' runs TeX on the file specified by `tex-main-file' 88The command `tex-file' runs TeX on the file specified by `tex-main-file'
89if the variable is non-nil." 89if the variable is non-nil."
90 :type '(choice (const :tag "None" nil) 90 :type '(choice (const :tag "None" nil)
@@ -93,13 +93,13 @@ if the variable is non-nil."
93 93
94;;;###autoload 94;;;###autoload
95(defcustom tex-offer-save t 95(defcustom tex-offer-save t
96 "*If non-nil, ask about saving modified buffers before \\[tex-file] is run." 96 "If non-nil, ask about saving modified buffers before \\[tex-file] is run."
97 :type 'boolean 97 :type 'boolean
98 :group 'tex-file) 98 :group 'tex-file)
99 99
100;;;###autoload 100;;;###autoload
101(defcustom tex-run-command (purecopy "tex") 101(defcustom tex-run-command (purecopy "tex")
102 "*Command used to run TeX subjob. 102 "Command used to run TeX subjob.
103TeX Mode sets `tex-command' to this string. 103TeX Mode sets `tex-command' to this string.
104See the documentation of that variable." 104See the documentation of that variable."
105 :type 'string 105 :type 'string
@@ -107,7 +107,7 @@ See the documentation of that variable."
107 107
108;;;###autoload 108;;;###autoload
109(defcustom latex-run-command (purecopy "latex") 109(defcustom latex-run-command (purecopy "latex")
110 "*Command used to run LaTeX subjob. 110 "Command used to run LaTeX subjob.
111LaTeX Mode sets `tex-command' to this string. 111LaTeX Mode sets `tex-command' to this string.
112See the documentation of that variable." 112See the documentation of that variable."
113 :type 'string 113 :type 'string
@@ -115,7 +115,7 @@ See the documentation of that variable."
115 115
116;;;###autoload 116;;;###autoload
117(defcustom slitex-run-command (purecopy "slitex") 117(defcustom slitex-run-command (purecopy "slitex")
118 "*Command used to run SliTeX subjob. 118 "Command used to run SliTeX subjob.
119SliTeX Mode sets `tex-command' to this string. 119SliTeX Mode sets `tex-command' to this string.
120See the documentation of that variable." 120See the documentation of that variable."
121 :type 'string 121 :type 'string
@@ -123,7 +123,7 @@ See the documentation of that variable."
123 123
124;;;###autoload 124;;;###autoload
125(defcustom tex-start-options (purecopy "") 125(defcustom tex-start-options (purecopy "")
126 "*TeX options to use when starting TeX. 126 "TeX options to use when starting TeX.
127These immediately precede the commands in `tex-start-commands' 127These immediately precede the commands in `tex-start-commands'
128and the input file name, with no separating space and are not shell-quoted. 128and the input file name, with no separating space and are not shell-quoted.
129If nil, TeX runs with no options. See the documentation of `tex-command'." 129If nil, TeX runs with no options. See the documentation of `tex-command'."
@@ -133,7 +133,7 @@ If nil, TeX runs with no options. See the documentation of `tex-command'."
133 133
134;;;###autoload 134;;;###autoload
135(defcustom tex-start-commands (purecopy "\\nonstopmode\\input") 135(defcustom tex-start-commands (purecopy "\\nonstopmode\\input")
136 "*TeX commands to use when starting TeX. 136 "TeX commands to use when starting TeX.
137They are shell-quoted and precede the input file name, with a separating space. 137They are shell-quoted and precede the input file name, with a separating space.
138If nil, no commands are used. See the documentation of `tex-command'." 138If nil, no commands are used. See the documentation of `tex-command'."
139 :type '(radio (const :tag "Interactive \(nil\)" nil) 139 :type '(radio (const :tag "Interactive \(nil\)" nil)
@@ -157,14 +157,14 @@ If nil, no commands are used. See the documentation of `tex-command'."
157 157
158;;;###autoload 158;;;###autoload
159(defcustom latex-block-names nil 159(defcustom latex-block-names nil
160 "*User defined LaTeX block names. 160 "User defined LaTeX block names.
161Combined with `latex-standard-block-names' for minibuffer completion." 161Combined with `latex-standard-block-names' for minibuffer completion."
162 :type '(repeat string) 162 :type '(repeat string)
163 :group 'tex-run) 163 :group 'tex-run)
164 164
165;;;###autoload 165;;;###autoload
166(defcustom tex-bibtex-command (purecopy "bibtex") 166(defcustom tex-bibtex-command (purecopy "bibtex")
167 "*Command used by `tex-bibtex-file' to gather bibliographic data. 167 "Command used by `tex-bibtex-file' to gather bibliographic data.
168If this string contains an asterisk (`*'), that is replaced by the file name; 168If this string contains an asterisk (`*'), that is replaced by the file name;
169otherwise, the file name, preceded by blank, is added at the end." 169otherwise, the file name, preceded by blank, is added at the end."
170 :type 'string 170 :type 'string
@@ -172,7 +172,7 @@ otherwise, the file name, preceded by blank, is added at the end."
172 172
173;;;###autoload 173;;;###autoload
174(defcustom tex-dvi-print-command (purecopy "lpr -d") 174(defcustom tex-dvi-print-command (purecopy "lpr -d")
175 "*Command used by \\[tex-print] to print a .dvi file. 175 "Command used by \\[tex-print] to print a .dvi file.
176If this string contains an asterisk (`*'), that is replaced by the file name; 176If this string contains an asterisk (`*'), that is replaced by the file name;
177otherwise, the file name, preceded by blank, is added at the end." 177otherwise, the file name, preceded by blank, is added at the end."
178 :type 'string 178 :type 'string
@@ -180,7 +180,7 @@ otherwise, the file name, preceded by blank, is added at the end."
180 180
181;;;###autoload 181;;;###autoload
182(defcustom tex-alt-dvi-print-command (purecopy "lpr -d") 182(defcustom tex-alt-dvi-print-command (purecopy "lpr -d")
183 "*Command used by \\[tex-print] with a prefix arg to print a .dvi file. 183 "Command used by \\[tex-print] with a prefix arg to print a .dvi file.
184If this string contains an asterisk (`*'), that is replaced by the file name; 184If this string contains an asterisk (`*'), that is replaced by the file name;
185otherwise, the file name, preceded by blank, is added at the end. 185otherwise, the file name, preceded by blank, is added at the end.
186 186
@@ -203,7 +203,7 @@ use."
203 ((eq window-system 'x) ,(purecopy "xdvi")) 203 ((eq window-system 'x) ,(purecopy "xdvi"))
204 ((eq window-system 'w32) ,(purecopy "yap")) 204 ((eq window-system 'w32) ,(purecopy "yap"))
205 (t ,(purecopy "dvi2tty * | cat -s"))) 205 (t ,(purecopy "dvi2tty * | cat -s")))
206 "*Command used by \\[tex-view] to display a `.dvi' file. 206 "Command used by \\[tex-view] to display a `.dvi' file.
207If it is a string, that specifies the command directly. 207If it is a string, that specifies the command directly.
208If this string contains an asterisk (`*'), that is replaced by the file name; 208If this string contains an asterisk (`*'), that is replaced by the file name;
209otherwise, the file name, preceded by a space, is added at the end. 209otherwise, the file name, preceded by a space, is added at the end.
@@ -214,14 +214,14 @@ If the value is a form, it is evaluated to get the command to use."
214 214
215;;;###autoload 215;;;###autoload
216(defcustom tex-show-queue-command (purecopy "lpq") 216(defcustom tex-show-queue-command (purecopy "lpq")
217 "*Command used by \\[tex-show-print-queue] to show the print queue. 217 "Command used by \\[tex-show-print-queue] to show the print queue.
218Should show the queue(s) that \\[tex-print] puts jobs on." 218Should show the queue(s) that \\[tex-print] puts jobs on."
219 :type 'string 219 :type 'string
220 :group 'tex-view) 220 :group 'tex-view)
221 221
222;;;###autoload 222;;;###autoload
223(defcustom tex-default-mode 'latex-mode 223(defcustom tex-default-mode 'latex-mode
224 "*Mode to enter for a new file that might be either TeX or LaTeX. 224 "Mode to enter for a new file that might be either TeX or LaTeX.
225This variable is used when it can't be determined whether the file 225This variable is used when it can't be determined whether the file
226is plain TeX or LaTeX or what because the file contains no commands. 226is plain TeX or LaTeX or what because the file contains no commands.
227Normally set to either `plain-tex-mode' or `latex-mode'." 227Normally set to either `plain-tex-mode' or `latex-mode'."
@@ -230,14 +230,14 @@ Normally set to either `plain-tex-mode' or `latex-mode'."
230 230
231;;;###autoload 231;;;###autoload
232(defcustom tex-open-quote (purecopy "``") 232(defcustom tex-open-quote (purecopy "``")
233 "*String inserted by typing \\[tex-insert-quote] to open a quotation." 233 "String inserted by typing \\[tex-insert-quote] to open a quotation."
234 :type 'string 234 :type 'string
235 :options '("``" "\"<" "\"`" "<<" "«") 235 :options '("``" "\"<" "\"`" "<<" "«")
236 :group 'tex) 236 :group 'tex)
237 237
238;;;###autoload 238;;;###autoload
239(defcustom tex-close-quote (purecopy "''") 239(defcustom tex-close-quote (purecopy "''")
240 "*String inserted by typing \\[tex-insert-quote] to close a quotation." 240 "String inserted by typing \\[tex-insert-quote] to close a quotation."
241 :type 'string 241 :type 'string
242 :options '("''" "\">" "\"'" ">>" "»") 242 :options '("''" "\">" "\"'" ">>" "»")
243 :group 'tex) 243 :group 'tex)
@@ -327,7 +327,7 @@ Set by \\[tex-region], \\[tex-buffer], and \\[tex-file].")
327;;;; 327;;;;
328 328
329(defcustom latex-imenu-indent-string ". " 329(defcustom latex-imenu-indent-string ". "
330 "*String to add repeated in front of nested sectional units for Imenu. 330 "String to add repeated in front of nested sectional units for Imenu.
331An alternative value is \" . \", if you use a font with a narrow period." 331An alternative value is \" . \", if you use a font with a narrow period."
332 :type 'string 332 :type 'string
333 :group 'tex) 333 :group 'tex)
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index 9c5e70e93d4..c19be4bd66b 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -209,19 +209,19 @@
209(defcustom 2C-mode-line-format 209(defcustom 2C-mode-line-format
210 '("-%*- %15b --" (-3 . "%p") "--%[(" mode-name 210 '("-%*- %15b --" (-3 . "%p") "--%[(" mode-name
211 minor-mode-alist "%n" mode-line-process ")%]%-") 211 minor-mode-alist "%n" mode-line-process ")%]%-")
212 "*Value of `mode-line-format' for a buffer in two-column minor mode." 212 "Value of `mode-line-format' for a buffer in two-column minor mode."
213 :type 'sexp 213 :type 'sexp
214 :group 'two-column) 214 :group 'two-column)
215 215
216 216
217(defcustom 2C-other-buffer-hook 'text-mode 217(defcustom 2C-other-buffer-hook 'text-mode
218 "*Hook run in new buffer when it is associated with current one." 218 "Hook run in new buffer when it is associated with current one."
219 :type 'function 219 :type 'function
220 :group 'two-column) 220 :group 'two-column)
221 221
222 222
223(defcustom 2C-separator "" 223(defcustom 2C-separator ""
224 "*A string inserted between the two columns when merging. 224 "A string inserted between the two columns when merging.
225This gets set locally by \\[2C-split]." 225This gets set locally by \\[2C-split]."
226 :type 'string 226 :type 'string
227 :group 'two-column) 227 :group 'two-column)
@@ -230,7 +230,7 @@ This gets set locally by \\[2C-split]."
230 230
231 231
232(defcustom 2C-window-width 40 232(defcustom 2C-window-width 40
233 "*The width of the first column. (Must be at least `window-min-width') 233 "The width of the first column. (Must be at least `window-min-width')
234This value is local for every buffer that sets it." 234This value is local for every buffer that sets it."
235 :type 'integer 235 :type 'integer
236 :group 'two-column) 236 :group 'two-column)
@@ -240,7 +240,7 @@ This value is local for every buffer that sets it."
240 240
241 241
242(defcustom 2C-beyond-fill-column 4 242(defcustom 2C-beyond-fill-column 4
243 "*Base for calculating `fill-column' for a buffer in two-column minor mode. 243 "Base for calculating `fill-column' for a buffer in two-column minor mode.
244The value of `fill-column' becomes `2C-window-width' for this buffer 244The value of `fill-column' becomes `2C-window-width' for this buffer
245minus this value." 245minus this value."
246 :type 'integer 246 :type 'integer