]> sourceware.org Git - cgen.git/commitdiff
* Add some more concept index entries.
authorBen Elliston <bje@air.not.au>
Mon, 19 Mar 2001 03:36:24 +0000 (03:36 +0000)
committerBen Elliston <bje@air.not.au>
Mon, 19 Mar 2001 03:36:24 +0000 (03:36 +0000)
doc/pmacros.texi

index cc41dd4114eacf6df4b4db3646642c4bc32d5148..dc5b476aa1d0e76851553c0b9f4f4ea810485f40 100644 (file)
@@ -177,6 +177,7 @@ Example:
 
 @node Convert a number to a hex
 @section Convert a number to a hex
+@cindex .hex
 
 Convert a number to a lowercase hex string with @code{.hex}.  If
 @code{width} is present, the result is that many characters beginning
@@ -194,6 +195,7 @@ Examples:
 
 @node Convert a string to uppercase
 @section Convert a string to uppercase
+@cindex .upcase
 
 Convert a string to uppercase with @code{.upcase}.
 
@@ -220,6 +222,7 @@ Example:
 
 @node Getting part of a string
 @section Getting part of a string
+@cindex .substr
 
 Extract a part of a string with @code{.substr}.
 
@@ -361,6 +364,7 @@ Example:
 
 @node Applying a macro to a list
 @section Applying a macro to a list
+@cindex .apply
 
 Invoke a macro with each argument coming from an element of a list,
 with @code{.apply}.
@@ -391,6 +395,7 @@ which is wrong.
 
 @node Defining a macro inline
 @section Defining a macro inline
+@cindex .pmacro
 
 Define a macro inline with @code{.pmacro}.
 This is only supported when passing macros as arguments to other macros.
This page took 0.028555 seconds and 5 git commands to generate.