emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog anti.texi macros.te...


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog anti.texi macros.te...
Date: Sun, 04 Oct 2009 04:00:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/10/04 04:00:47

Modified files:
        doc/lispref    : ChangeLog anti.texi macros.texi strings.texi 

Log message:
        * anti.texi (Antinews):
        * macros.texi (Indenting Macros):
        * strings.texi (Creating Strings, Case Conversion):
          Remove duplicate words.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.332&r2=1.333
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/anti.texi?cvsroot=emacs&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/macros.texi?cvsroot=emacs&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/strings.texi?cvsroot=emacs&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -b -r1.332 -r1.333
--- ChangeLog   1 Oct 2009 15:51:43 -0000       1.332
+++ ChangeLog   4 Oct 2009 04:00:46 -0000       1.333
@@ -1,3 +1,10 @@
+2009-10-04  Juanma Barranquero  <address@hidden>
+
+       * anti.texi (Antinews):
+       * macros.texi (Indenting Macros):
+       * strings.texi (Creating Strings, Case Conversion):
+       Remove duplicate words.
+
 2009-10-01  Michael Albinus  <address@hidden>
 
        * files.texi (Create/Delete Dirs): delete-directory has an
@@ -32,7 +39,7 @@
 
 2009-09-11  Alan Mackenzie  <address@hidden>
 
-       * os.texi (Terminal Output): document `send-string-to-terminal' in
+       * os.texi (Terminal Output): Document `send-string-to-terminal' in
        batch mode.
 
 2009-09-01  Glenn Morris  <address@hidden>
@@ -7722,7 +7729,7 @@
 2002-08-05  Per Abrahamsen  <address@hidden>
 
        * customize.texi (Splicing into Lists): Fixed example.
-       Reported by Fabrice Bauzac <address@hidden>
+       Reported by Fabrice Bauzac <address@hidden>.
 
 2002-06-17  Juanma Barranquero  <address@hidden>
 

Index: anti.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/anti.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- anti.texi   9 Jul 2009 03:07:01 -0000       1.6
+++ anti.texi   4 Oct 2009 04:00:46 -0000       1.7
@@ -36,7 +36,7 @@
 @item
 Temporarily-active regions are not created by giving the variable
 @code{transient-mark-mode} values of the form @code{(only
-. @var{oldvar})}.  We instead use a more more complicated scheme:
+. @var{oldvar})}.  We instead use a more complicated scheme:
 setting @code{transient-mark-mode} to @code{only} enables Transient
 Mark mode for the following command only, during which the value of
 @code{transient-mark-mode} is set to @code{identity}; if it is still

Index: macros.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/macros.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- macros.texi 10 Mar 2009 00:43:20 -0000      1.7
+++ macros.texi 4 Oct 2009 04:00:46 -0000       1.8
@@ -682,7 +682,7 @@
 @section Indenting Macros
 
   You can use the @code{declare} form in the macro definition to
-specify how to @key{TAB} should indent indent calls to the macro.  You
+specify how to @key{TAB} should indent calls to the macro.  You
 write it like this:
 
 @example

Index: strings.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/strings.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- strings.texi        22 Feb 2009 00:22:46 -0000      1.12
+++ strings.texi        4 Oct 2009 04:00:46 -0000       1.13
@@ -155,9 +155,9 @@
 @noindent
 In the above example, the index for @samp{a} is 0, the index for
 @samp{b} is 1, and the index for @samp{c} is 2.  The index 3---which
-is the the fourth character in the string---marks the character
-position up to which the substring is copied.  Thus, @samp{abc} is
-copied from the string @code{"abcdefg"}.
+is the fourth character in the string---marks the character position
+up to which the substring is copied.  Thus, @samp{abc} is copied from
+the string @code{"abcdefg"}.
 
 A negative number counts from the end of the string, so that @minus{}1
 signifies the index of the last character of the string.  For example:
@@ -952,7 +952,7 @@
 When @var{string-or-char} is a string, this function returns a new
 string in which each letter in the argument that is lower case is
 converted to upper case.  When @var{string-or-char} is a character,
-this function returns the corresponding upper case character (an an
+this function returns the corresponding upper case character (an
 integer); if the original character is upper case, or is not a letter,
 the return value is equal to the original character.
 




reply via email to

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