]> code.delx.au - gnu-emacs/blobdiff - lispref/sequences.texi
(font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars.
[gnu-emacs] / lispref / sequences.texi
index 9efd38e3abec97a4b55cfc73c458c70b5e78c387..35cff43739d7e7aa7e41b5978e3e427e41161870 100644 (file)
@@ -513,8 +513,8 @@ Functions}, @code{concat} in @ref{Creating Strings}, and @code{append}
 in @ref{Building Lists}.
 @end defun
 
-  The @code{append} function provides a way to convert a vector into a
-list with the same elements (@pxref{Building Lists}):
+  The @code{append} function also provides a way to convert a vector into a
+list with the same elements:
 
 @example
 @group