1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

* doc/misc/bovine.texi (Optional Lambda Expression): Allow line break.

This commit is contained in:
Glenn Morris 2012-12-22 13:15:44 -08:00
parent 9fbc8f4642
commit fd7620110d
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2012-12-22 Glenn Morris <rgm@gnu.org>
* bovine.texi (Optional Lambda Expression): Allow line break.
* auth.texi (Help for users): Break long lines.
* ada-mode.texi (Project file variables):

View file

@ -368,8 +368,8 @@ Is the kind of tag being create, such as @code{function}, or
@code{variable}, though any symbol will work.
@item attributes
Is an optional set of labeled values such as @w{@code{:constant-flag t :parent
"parenttype"}}.
Is an optional set of labeled values such as @code{:constant-flag t :parent
"parenttype"}.
@end table
@item (TAG-VARIABLE @var{name} @var{type} @var{default-value} [@var{attributes}])