diff options
Diffstat (limited to 'lisp/textmodes/table.el')
| -rw-r--r-- | lisp/textmodes/table.el | 4 |
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. |
| 2940 | LANGUAGE is a symbol that specifies the language to describe the | 2940 | LANGUAGE is a symbol that specifies the language to describe the |
| 2941 | structure of the table. It must be either 'html, 'latex or 'cals. | 2941 | structure of the table. It must be either `html', `latex' or `cals'. |
| 2942 | The resulted source text is inserted into DEST-BUFFER and the buffer | 2942 | The resulted source text is inserted into DEST-BUFFER and the buffer |
| 2943 | object is returned. When DEST-BUFFER is omitted or nil the default | 2943 | object is returned. When DEST-BUFFER is omitted or nil the default |
| 2944 | buffer specified in `table-dest-buffer-name' is used. In this case | 2944 | buffer specified in `table-dest-buffer-name' is used. In this case |
| @@ -3561,7 +3561,7 @@ delimiter regular expressions. This parsing determines the number of | |||
| 3561 | columns and rows of the table automatically. If COL-DELIM-REGEXP and | 3561 | columns and rows of the table automatically. If COL-DELIM-REGEXP and |
| 3562 | ROW-DELIM-REGEXP are omitted the result table has only one cell and | 3562 | ROW-DELIM-REGEXP are omitted the result table has only one cell and |
| 3563 | the entire region contents is placed in that cell. Optional JUSTIFY | 3563 | the entire region contents is placed in that cell. Optional JUSTIFY |
| 3564 | is one of 'left, 'center or 'right, which specifies the cell | 3564 | is one of `left', `center' or `right', which specifies the cell |
| 3565 | justification. Optional MIN-CELL-WIDTH specifies the minimum cell | 3565 | justification. Optional MIN-CELL-WIDTH specifies the minimum cell |
| 3566 | width. Optional COLUMNS specify the number of columns when | 3566 | width. Optional COLUMNS specify the number of columns when |
| 3567 | ROW-DELIM-REGEXP is not specified. | 3567 | ROW-DELIM-REGEXP is not specified. |