diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 850b3f9cf54..b774809feb9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-06-03 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * modes.texi (Mode Line Data): Use "mode line construct" | ||
| 4 | terminology for consistency. | ||
| 5 | |||
| 1 | 2012-05-27 Glenn Morris <rgm@gnu.org> | 6 | 2012-05-27 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * abbrevs.texi, advice.texi, anti.texi, backups.texi: | 8 | * abbrevs.texi, advice.texi, anti.texi, backups.texi: |
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 8dca250ce10..96e9b78f871 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -1843,9 +1843,9 @@ properties specified by @var{props} to the result. The argument | |||
| 1843 | A list whose first element is a symbol that is not a keyword specifies | 1843 | A list whose first element is a symbol that is not a keyword specifies |
| 1844 | a conditional. Its meaning depends on the value of @var{symbol}. If | 1844 | a conditional. Its meaning depends on the value of @var{symbol}. If |
| 1845 | @var{symbol} has a non-@code{nil} value, the second element, | 1845 | @var{symbol} has a non-@code{nil} value, the second element, |
| 1846 | @var{then}, is processed recursively as a mode line element. | 1846 | @var{then}, is processed recursively as a mode line construct. |
| 1847 | Otherwise, the third element, @var{else}, is processed recursively. | 1847 | Otherwise, the third element, @var{else}, is processed recursively. |
| 1848 | You may omit @var{else}; then the mode line element displays nothing | 1848 | You may omit @var{else}; then the mode line construct displays nothing |
| 1849 | if the value of @var{symbol} is @code{nil} or void. | 1849 | if the value of @var{symbol} is @code{nil} or void. |
| 1850 | 1850 | ||
| 1851 | @item (@var{width} @var{rest}@dots{}) | 1851 | @item (@var{width} @var{rest}@dots{}) |