diff options
| author | Glenn Morris | 2014-06-08 16:41:43 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-08 16:41:43 -0700 |
| commit | fd60bf6c902b47daadda6ebf442045dbe1328941 (patch) | |
| tree | fd351a1fc087aefbca38b87102f06edf9f8b04ff /doc/misc/srecode.texi | |
| parent | ff2d0e8336c05cb7d3e86f7406784cefc1d6589e (diff) | |
| parent | 4181427f24e591f539122db2e3d8d8b55a7de7cd (diff) | |
| download | emacs-fd60bf6c902b47daadda6ebf442045dbe1328941.tar.gz emacs-fd60bf6c902b47daadda6ebf442045dbe1328941.zip | |
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
Diffstat (limited to 'doc/misc/srecode.texi')
| -rw-r--r-- | doc/misc/srecode.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi index 7c274b4a20a..cd72656c91b 100644 --- a/doc/misc/srecode.texi +++ b/doc/misc/srecode.texi | |||
| @@ -1175,7 +1175,7 @@ The following built-in simple arguments are available: | |||
| 1175 | 1175 | ||
| 1176 | @subsubsection Argument :indent | 1176 | @subsubsection Argument :indent |
| 1177 | 1177 | ||
| 1178 | Supplies the @code{INDENT} macro. When @code{INDENT} is non-nil, then | 1178 | Supplies the @code{INDENT} macro. When @code{INDENT} is non-@code{nil}, then |
| 1179 | each line is individually indented with | 1179 | each line is individually indented with |
| 1180 | @code{indent-according-to-mode} during macro processing. | 1180 | @code{indent-according-to-mode} during macro processing. |
| 1181 | 1181 | ||
| @@ -1577,7 +1577,7 @@ start with the main entry point. | |||
| 1577 | @defun srecode-insert-fcn template dictionary &optional stream | 1577 | @defun srecode-insert-fcn template dictionary &optional stream |
| 1578 | @anchor{srecode-insert-fcn} | 1578 | @anchor{srecode-insert-fcn} |
| 1579 | Insert @var{template} using @var{dictionary} into @var{stream}. | 1579 | Insert @var{template} using @var{dictionary} into @var{stream}. |
| 1580 | If @var{stream} is nil, then use the current buffer. | 1580 | If @var{stream} is @code{nil}, then use the current buffer. |
| 1581 | @end defun | 1581 | @end defun |
| 1582 | 1582 | ||
| 1583 | @node Template Naming Conventions | 1583 | @node Template Naming Conventions |