diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2004-03-25 22:21:45 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2004-03-25 22:21:45 +0000 |
commit | 945c3bbb15ab1af18e94ab6f81e9c72c8ce1402f (patch) | |
tree | 05e55d5c123e596a9ce2b3faa4f0cdd4c60da06b /lispref | |
parent | 628ef544965db216898fbded4baac86343312a11 (diff) | |
parent | abdb9b8306ccc3dc1d0603017466c023f09b9228 (diff) | |
download | emacs-945c3bbb15ab1af18e94ab6f81e9c72c8ce1402f.tar.gz |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-161
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-162
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-163
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-164
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-165
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-166
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-167
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-168
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-169
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-170
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-171
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-172
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-122
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/ChangeLog | 7 | ||||
-rw-r--r-- | lispref/sequences.texi | 4 | ||||
-rw-r--r-- | lispref/text.texi | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f8a929317e6..1431de7c87e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2004-03-22 Juri Linkov <juri@jurta.org> + + * sequences.texi (Sequence Functions): Replace xref to `Vectors' + with `Vector Functions'. + + * text.texi (Sorting): Add missing quote. + 2004-03-14 Luc Teirlinck <teirllm@auburn.edu> * intro.texi (Lisp History): Replace xref to `cl' manual with diff --git a/lispref/sequences.texi b/lispref/sequences.texi index fd7d6519757..06ac8c5f569 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi @@ -172,8 +172,8 @@ list. However, the actual values of the properties are shared. @xref{Text Properties}. See also @code{append} in @ref{Building Lists}, @code{concat} in -@ref{Creating Strings}, and @code{vconcat} in @ref{Vectors}, for other -ways to copy sequences. +@ref{Creating Strings}, and @code{vconcat} in @ref{Vector Functions}, +for other ways to copy sequences. @example @group diff --git a/lispref/text.texi b/lispref/text.texi index 413c10e29c1..bb57da746bf 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -1750,7 +1750,7 @@ REVERSE (non-nil means reverse order),\ BEG and END (region to sort). The variable `sort-fold-case' determines\ whether alphabetic case affects -the sort order. +the sort order." @end group @group (interactive "P\nr") |