Mercurial > hg > xemacs-beta
comparison man/emodules.texi @ 4990:8f0cf4fd3d2c
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 06 Feb 2010 04:01:46 -0600 |
parents | 304aebb79cd3 |
children | bb6a375da086 |
comparison
equal
deleted
inserted
replaced
4989:d2ec55325515 | 4990:8f0cf4fd3d2c |
---|---|
1056 DEFVAR_BOOL("sample-boolean", &sample_boolean /* | 1056 DEFVAR_BOOL("sample-boolean", &sample_boolean /* |
1057 *Sample user-settable boolean. | 1057 *Sample user-settable boolean. |
1058 */); | 1058 */); |
1059 | 1059 |
1060 sample_boolean = 0; | 1060 sample_boolean = 0; |
1061 Vsample_string = build_string("My string"); | 1061 Vsample_string = build_ascstring ("My string"); |
1062 @} | 1062 @} |
1063 @end cartouche | 1063 @end cartouche |
1064 @end example | 1064 @end example |
1065 | 1065 |
1066 @c Print the tables of contents | 1066 @c Print the tables of contents |