emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/strings.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lispref/strings.texi,v
Date: Sun, 16 Jul 2006 18:25:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       06/07/16 18:25:23

Index: strings.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/strings.texi,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- strings.texi        7 Apr 2006 18:53:09 -0000       1.44
+++ strings.texi        16 Jul 2006 18:25:23 -0000      1.45
@@ -285,7 +285,7 @@
 whenever there are two consecutive matches for @var{separators}, or a
 match is adjacent to the beginning or end of @var{string}.  If
 @var{omit-nulls} is @code{t}, these null strings are omitted from the
-result list.
+result.
 
 If @var{separators} is @code{nil} (or omitted),
 the default is the value of @code{split-string-default-separators}.
@@ -544,10 +544,11 @@
 @xref{Association Lists}.
 @end defun
 
-  See also @code{compare-buffer-substrings} in @ref{Comparing Text}, for
-a way to compare text in buffers.  The function @code{string-match},
-which matches a regular expression against a string, can be used
-for a kind of string comparison; see @ref{Regexp Search}.
+  See also the @code{compare-buffer-substrings} function in
address@hidden Text}, for a way to compare text in buffers.  The
+function @code{string-match}, which matches a regular expression
+against a string, can be used for a kind of string comparison; see
address@hidden Search}.
 
 @node String Conversion
 @comment  node-name,  next,  previous,  up
@@ -566,7 +567,7 @@
   @xref{Documentation}, for functions that produce textual descriptions
 of text characters and general input events
 (@code{single-key-description} and @code{text-char-description}).  These
-functions are used primarily for making help messages.
+are used primarily for making help messages.
 
 @defun char-to-string character
 @cindex character to string




reply via email to

[Prev in Thread] Current Thread [Next in Thread]