emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103903: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103903: Fix typos.
Date: Wed, 13 Apr 2011 13:58:47 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 103903
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2011-04-13 13:58:47 +0200
message:
  Fix typos.
modified:
  doc/misc/ChangeLog
  doc/misc/ede.texi
  src/ChangeLog.11
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-04-12 22:18:02 +0000
+++ b/doc/misc/ChangeLog        2011-04-13 11:58:47 +0000
@@ -1,7 +1,11 @@
+2011-04-13  Juanma Barranquero  <address@hidden>
+
+       * ede.texi: Fix typos.
+
 2011-04-12  Lars Magne Ingebrigtsen  <address@hidden>
 
-       * gnus.texi (Window Layout): @itemize @code doesn't exist.  It's @table
-       @code.
+       * gnus.texi (Window Layout): @itemize @code doesn't exist.
+       It's @table @code.
 
 2011-03-19  Antoine Levitt  <address@hidden>
 

=== modified file 'doc/misc/ede.texi'
--- a/doc/misc/ede.texi 2011-02-19 19:40:59 +0000
+++ b/doc/misc/ede.texi 2011-04-13 11:58:47 +0000
@@ -2123,7 +2123,7 @@
 @end deffn
 
 @deffn Method ede-proj-flush-autoconf :AFTER this
-Flush the configure file (current buffer) to accomodate @var{THIS}.
+Flush the configure file (current buffer) to accommodate @var{THIS}.
 By flushing, remove any cruft that may be in the file.  Subsequent
 calls to @dfn{ede-proj-tweak-autoconf} can restore items removed by flush.
 @end deffn
@@ -2174,7 +2174,7 @@
 @end deffn
 
 @deffn Method ede-proj-tweak-autoconf :AFTER this
-Tweak the configure file (current buffer) to accomodate @var{THIS}.
+Tweak the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 @deffn Method ede-proj-compilers :AFTER obj
@@ -2684,7 +2684,7 @@
 @end deffn
 
 @deffn Method ede-proj-flush-autoconf :AFTER this
-Flush the configure file (current buffer) to accomodate @var{THIS}.
+Flush the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 @deffn Method ede-buffer-mine :AFTER this buffer
@@ -2697,7 +2697,7 @@
 @end deffn
 
 @deffn Method ede-proj-tweak-autoconf :AFTER this
-Tweak the configure file (current buffer) to accomodate @var{THIS}.
+Tweak the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 @deffn Method ede-update-version-in-source :AFTER this version
@@ -2777,7 +2777,7 @@
 @end deffn
 
 @deffn Method ede-proj-flush-autoconf :AFTER this
-Flush the configure file (current buffer) to accomodate @var{THIS}.
+Flush the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 @deffn Method ede-buffer-mine :AFTER this buffer
@@ -2796,7 +2796,7 @@
 @end deffn
 
 @deffn Method ede-proj-tweak-autoconf :AFTER this
-Tweak the configure file (current buffer) to accomodate @var{THIS}.
+Tweak the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 @deffn Method ede-update-version-in-source :AFTER this version
@@ -3008,7 +3008,7 @@
 @subsubsection Specialized Methods
 
 @deffn Method ede-proj-tweak-autoconf :AFTER this
-Tweak the configure file (current buffer) to accomodate @var{THIS}.
+Tweak the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 
@@ -3536,7 +3536,7 @@
 @subsubsection Specialized Methods
 
 @deffn Method ede-proj-flush-autoconf :AFTER this
-Flush the configure file (current buffer) to accomodate @var{THIS}.
+Flush the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 @deffn Method ede-proj-makefile-insert-rules :AFTER this
@@ -3558,7 +3558,7 @@
 @end deffn
 
 @deffn Method ede-proj-tweak-autoconf :AFTER this
-Tweak the configure file (current buffer) to accomodate @var{THIS}.
+Tweak the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 

=== modified file 'src/ChangeLog.11'
--- a/src/ChangeLog.11  2011-04-06 12:18:10 +0000
+++ b/src/ChangeLog.11  2011-04-13 11:58:47 +0000
@@ -4906,7 +4906,7 @@
        (Finternal_describe_syntax_value): Recognize new flag; use the
        SYNTAX_FLAGS_* macros.
        (scan_sexps_forward, Fparse_partial_sexp): Change representation of
-       comment style to accomodate the new styles.
+       comment style to accommodate the new styles.
        (back_comment, forw_comment, Fforward_comment, scan_lists)
        (scan_sexps_forward): Update code to obey the new comment style flag.
 


reply via email to

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