emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 42509c0: Improve the documentation of 'table-inse


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 42509c0: Improve the documentation of 'table-insert-sequence'
Date: Fri, 1 Dec 2017 03:22:15 -0500 (EST)

branch: emacs-26
commit 42509c064910073a4d7ad2b9c7e17bbd7b30ac9b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve the documentation of 'table-insert-sequence'
    
    * doc/emacs/text.texi (Table Misc): Fix the description of
    'table-insert-sequence'.  Reported by jack <address@hidden> in
    address@hidden
---
 doc/emacs/text.texi | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index bb2fbc5..2f6ebed 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -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
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]