]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve the documentation of 'table-insert-sequence'
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Dec 2017 08:20:47 +0000 (10:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Dec 2017 08:20:47 +0000 (10:20 +0200)
* doc/emacs/text.texi (Table Misc): Fix the description of
'table-insert-sequence'.  Reported by jack <jackh@gmx.co.uk> in
emacs-manual-bugs@gnu.org.

doc/emacs/text.texi

index bb2fbc51bee89aaa8e505097b39d7e8afb105550..2f6ebed0263029c2d3b5fc61044f8cfb7c1592f6 100644 (file)
@@ -2807,9 +2807,14 @@ high, the table is 67 characters wide and 16 lines high with 2 columns
 and 3 rows, and a total of 5 cells.
 
 @findex table-insert-sequence
-  @kbd{M-x table-insert-sequence} inserts a string into each cell.
-Each string is a part of a sequence i.e., a series of increasing
-integer numbers.
+  @kbd{M-x table-insert-sequence} traverses the cells of a table
+inserting a sequence of text strings into each cell as it goes.  It
+asks for the base string of the sequence, and then produces the
+sequence by ``incrementing'' the base string, either numerically (if
+the base string ends in numerical characters) or in the
+@acronym{ASCII} order.  In addition to the base string, the command
+prompts for the number of elements in the sequence, the increment, the
+cell interval, and the justification of the text in each cell.
 
 @cindex table for HTML and LaTeX
 @findex table-generate-source