]> code.delx.au - gnu-emacs/blobdiff - lispref/strings.texi
(Standard Hooks): Most minor modes have mode hooks too.
[gnu-emacs] / lispref / strings.texi
index bfe0f1f7e191cdd6af6303da9033a6f407b879f9..b70e8d9f9d47a8fbfb3582fa20bf890ff7927e11 100644 (file)
@@ -549,7 +549,8 @@ for a kind of string comparison; see @ref{Regexp Search}.
 @cindex conversion of strings
 
   This section describes functions for conversions between characters,
-strings and integers.  @code{format} and @code{prin1-to-string}
+strings and integers.  @code{format} (@pxref{Formatting Strings})
+and @code{prin1-to-string}
 (@pxref{Output Functions}) can also convert Lisp objects into strings.
 @code{read-from-string} (@pxref{Input Functions}) can ``convert'' a
 string representation of a Lisp object into an object.  The functions