diff options
| author | Glenn Morris | 2012-12-22 13:15:44 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-22 13:15:44 -0800 |
| commit | fd7620110dd93e2f83e5cc1e7cb72893ca1b5d1b (patch) | |
| tree | d190e99b8ebf8b228781e5e35b015bb4bc10f669 | |
| parent | 9fbc8f464285f37b9c6f85345a499b0e7cc2a681 (diff) | |
| download | emacs-fd7620110dd93e2f83e5cc1e7cb72893ca1b5d1b.tar.gz emacs-fd7620110dd93e2f83e5cc1e7cb72893ca1b5d1b.zip | |
* doc/misc/bovine.texi (Optional Lambda Expression): Allow line break.
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/bovine.texi | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0d394a038b1..cbb780f998a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-12-22 Glenn Morris <rgm@gnu.org> | 1 | 2012-12-22 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * bovine.texi (Optional Lambda Expression): Allow line break. | ||
| 4 | |||
| 3 | * auth.texi (Help for users): Break long lines. | 5 | * auth.texi (Help for users): Break long lines. |
| 4 | 6 | ||
| 5 | * ada-mode.texi (Project file variables): | 7 | * ada-mode.texi (Project file variables): |
diff --git a/doc/misc/bovine.texi b/doc/misc/bovine.texi index c546f94d1a3..77c41e22777 100644 --- a/doc/misc/bovine.texi +++ b/doc/misc/bovine.texi | |||
| @@ -368,8 +368,8 @@ Is the kind of tag being create, such as @code{function}, or | |||
| 368 | @code{variable}, though any symbol will work. | 368 | @code{variable}, though any symbol will work. |
| 369 | 369 | ||
| 370 | @item attributes | 370 | @item attributes |
| 371 | Is an optional set of labeled values such as @w{@code{:constant-flag t :parent | 371 | Is an optional set of labeled values such as @code{:constant-flag t :parent |
| 372 | "parenttype"}}. | 372 | "parenttype"}. |
| 373 | @end table | 373 | @end table |
| 374 | 374 | ||
| 375 | @item (TAG-VARIABLE @var{name} @var{type} @var{default-value} [@var{attributes}]) | 375 | @item (TAG-VARIABLE @var{name} @var{type} @var{default-value} [@var{attributes}]) |