diff options
author | Bruno Haible <bruno@clisp.org> | 2006-04-03 11:20:33 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:05 +0200 |
commit | 7ed1b88435b4fca7e936325fd6473359a0af2aac (patch) | |
tree | 80455601206965a2554378c244dac68015164d6a /gettext-tools/src/x-lisp.c | |
parent | c4296e713585107f4137c142cd188eafb03383af (diff) | |
download | external_gettext-7ed1b88435b4fca7e936325fd6473359a0af2aac.zip external_gettext-7ed1b88435b4fca7e936325fd6473359a0af2aac.tar.gz external_gettext-7ed1b88435b4fca7e936325fd6473359a0af2aac.tar.bz2 |
Document the default keywords.
Diffstat (limited to 'gettext-tools/src/x-lisp.c')
-rw-r--r-- | gettext-tools/src/x-lisp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gettext-tools/src/x-lisp.c b/gettext-tools/src/x-lisp.c index 19f3073..35416ee 100644 --- a/gettext-tools/src/x-lisp.c +++ b/gettext-tools/src/x-lisp.c @@ -1,5 +1,5 @@ /* xgettext Lisp backend. - Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc. This file was written by Bruno Haible <haible@clisp.cons.org>, 2001. @@ -167,6 +167,8 @@ init_keywords () { if (default_keywords) { + /* When adding new keywords here, also update the documentation in + xgettext.texi! */ x_lisp_keyword ("gettext"); /* I18N:GETTEXT */ x_lisp_keyword ("ngettext:1,2"); /* I18N:NGETTEXT */ x_lisp_keyword ("gettext-noop"); |