diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-28 06:23:37 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-28 06:23:37 +0000 |
commit | 28ef4c4dacc6fee628e65f07b52a4d2f0efe7fb3 (patch) | |
tree | 8c221f1b16a2ce3281898476bd46f35b7290a197 /make.texinfo | |
parent | 3a945a665e3d06aa02e9e1e5843d2b8fa61f1e52 (diff) | |
download | gunmake-28ef4c4dacc6fee628e65f07b52a4d2f0efe7fb3.tar.gz |
* Add gettext macros to start i18n support.
Diffstat (limited to 'make.texinfo')
-rw-r--r-- | make.texinfo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make.texinfo b/make.texinfo index fac7ecf..51330d0 100644 --- a/make.texinfo +++ b/make.texinfo @@ -9107,7 +9107,6 @@ defined.@* Evaluate @var{text} with @var{var} bound to each word in @var{words}, and concatenate the results.@* @xref{Foreach Function, ,The @code{foreach} Function}. -@end table @item $(call @var{var},@var{param},@dots{}) |