diff options
| author | Jonas Bernoulli | 2023-06-02 23:26:45 +0200 |
|---|---|---|
| committer | Jonas Bernoulli | 2023-06-02 23:26:45 +0200 |
| commit | 03663b8798a06bf18ff1e235ac0fb87870f8fe77 (patch) | |
| tree | 321ae342c4ae231b3e4ac7479f3b74c589f01287 /doc/misc | |
| parent | dc7acb1aafe9b0b84481ac51a5bd5125d263537e (diff) | |
| download | emacs-03663b8798a06bf18ff1e235ac0fb87870f8fe77.tar.gz emacs-03663b8798a06bf18ff1e235ac0fb87870f8fe77.zip | |
Update to Transient v0.4.1
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/transient.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi index 330fdd1e3a2..be9e8698ab4 100644 --- a/doc/misc/transient.texi +++ b/doc/misc/transient.texi | |||
| @@ -31,7 +31,7 @@ General Public License for more details. | |||
| 31 | @finalout | 31 | @finalout |
| 32 | @titlepage | 32 | @titlepage |
| 33 | @title Transient User and Developer Manual | 33 | @title Transient User and Developer Manual |
| 34 | @subtitle for version 0.4.0 | 34 | @subtitle for version 0.4.1 |
| 35 | @author Jonas Bernoulli | 35 | @author Jonas Bernoulli |
| 36 | @page | 36 | @page |
| 37 | @vskip 0pt plus 1filll | 37 | @vskip 0pt plus 1filll |
| @@ -74,7 +74,7 @@ that hurdle is Psionic K's interactive tutorial, available at | |||
| 74 | @end quotation | 74 | @end quotation |
| 75 | 75 | ||
| 76 | @noindent | 76 | @noindent |
| 77 | This manual is for Transient version 0.4.0. | 77 | This manual is for Transient version 0.4.1. |
| 78 | 78 | ||
| 79 | @insertcopying | 79 | @insertcopying |
| 80 | @end ifnottex | 80 | @end ifnottex |
| @@ -2150,7 +2150,7 @@ default value of a prefix using the same format as returned by | |||
| 2150 | 2150 | ||
| 2151 | @item | 2151 | @item |
| 2152 | @code{always-read} For options, whether to read a value on every invocation. | 2152 | @code{always-read} For options, whether to read a value on every invocation. |
| 2153 | If this is nil, then options that have a value are simply unset and | 2153 | If this is @code{nil}, then options that have a value are simply unset and |
| 2154 | have to be invoked a second time to set a new value. | 2154 | have to be invoked a second time to set a new value. |
| 2155 | 2155 | ||
| 2156 | @item | 2156 | @item |