aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/srecode.texi
diff options
context:
space:
mode:
authorGlenn Morris2014-06-08 16:41:43 -0700
committerGlenn Morris2014-06-08 16:41:43 -0700
commitfd60bf6c902b47daadda6ebf442045dbe1328941 (patch)
treefd351a1fc087aefbca38b87102f06edf9f8b04ff /doc/misc/srecode.texi
parentff2d0e8336c05cb7d3e86f7406784cefc1d6589e (diff)
parent4181427f24e591f539122db2e3d8d8b55a7de7cd (diff)
downloademacs-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.texi4
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
1178Supplies the @code{INDENT} macro. When @code{INDENT} is non-nil, then 1178Supplies the @code{INDENT} macro. When @code{INDENT} is non-@code{nil}, then
1179each line is individually indented with 1179each 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}
1579Insert @var{template} using @var{dictionary} into @var{stream}. 1579Insert @var{template} using @var{dictionary} into @var{stream}.
1580If @var{stream} is nil, then use the current buffer. 1580If @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