Mercurial > hg > xemacs-beta
comparison man/lispref/internationalization.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 70ad99077275 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
138 (domain "emacs-gorilla") | 138 (domain "emacs-gorilla") |
139 (interactive "sScratch: ") | 139 (interactive "sScratch: ") |
140 @dots{} ) | 140 @dots{} ) |
141 @end example | 141 @end example |
142 | 142 |
143 It is most efficient to specify the domain in the first line of of the | 143 It is most efficient to specify the domain in the first line of the |
144 function body, before the @code{interactive} form. | 144 function body, before the @code{interactive} form. |
145 | 145 |
146 For variables and constants which have documentation strings, specify the | 146 For variables and constants which have documentation strings, specify the |
147 domain after the documentation. | 147 domain after the documentation. |
148 | 148 |