aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/table.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/table.el')
-rw-r--r--lisp/textmodes/table.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 151d64808af..97da43757da 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -2938,7 +2938,7 @@ WHERE is provided the cell and table at that location is reported."
2938(defun table-generate-source (language &optional dest-buffer caption) 2938(defun table-generate-source (language &optional dest-buffer caption)
2939 "Generate source of the current table in the specified language. 2939 "Generate source of the current table in the specified language.
2940LANGUAGE is a symbol that specifies the language to describe the 2940LANGUAGE is a symbol that specifies the language to describe the
2941structure of the table. It must be either 'html, 'latex or 'cals. 2941structure of the table. It must be either `html', `latex' or `cals'.
2942The resulted source text is inserted into DEST-BUFFER and the buffer 2942The resulted source text is inserted into DEST-BUFFER and the buffer
2943object is returned. When DEST-BUFFER is omitted or nil the default 2943object is returned. When DEST-BUFFER is omitted or nil the default
2944buffer specified in `table-dest-buffer-name' is used. In this case 2944buffer specified in `table-dest-buffer-name' is used. In this case
@@ -3561,7 +3561,7 @@ delimiter regular expressions. This parsing determines the number of
3561columns and rows of the table automatically. If COL-DELIM-REGEXP and 3561columns and rows of the table automatically. If COL-DELIM-REGEXP and
3562ROW-DELIM-REGEXP are omitted the result table has only one cell and 3562ROW-DELIM-REGEXP are omitted the result table has only one cell and
3563the entire region contents is placed in that cell. Optional JUSTIFY 3563the entire region contents is placed in that cell. Optional JUSTIFY
3564is one of 'left, 'center or 'right, which specifies the cell 3564is one of `left', `center' or `right', which specifies the cell
3565justification. Optional MIN-CELL-WIDTH specifies the minimum cell 3565justification. Optional MIN-CELL-WIDTH specifies the minimum cell
3566width. Optional COLUMNS specify the number of columns when 3566width. Optional COLUMNS specify the number of columns when
3567ROW-DELIM-REGEXP is not specified. 3567ROW-DELIM-REGEXP is not specified.