emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99794: Fix ty pos (Bug#6094). Fr


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99794: Fix ty pos (Bug#6094). From Štěpán Němec.
Date: Mon, 03 May 2010 18:01:23 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99794
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-05-03 18:01:23 -0400
message:
  Fix typos (Bug#6094).  From Štěpán Němec.
modified:
  ChangeLog
  INSTALL
  doc/emacs/ChangeLog
  doc/emacs/mark.texi
  doc/emacs/mini.texi
  doc/emacs/misc.texi
  doc/emacs/programs.texi
  doc/lispref/ChangeLog
  doc/lispref/edebug.texi
  doc/lispref/loading.texi
  doc/lispref/locals.texi
  doc/lispref/maps.texi
  doc/lispref/minibuf.texi
  doc/lispref/tips.texi
  doc/lispref/windows.texi
  doc/misc/ChangeLog
  doc/misc/cl.texi
  doc/misc/message.texi
  doc/misc/url.texi
  etc/NEWS
  etc/enriched.doc
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-05-03 01:42:50 +0000
+++ b/ChangeLog 2010-05-03 22:01:23 +0000
@@ -1,3 +1,7 @@
+2010-05-03  Štěpán Němec  <address@hidden>  (tiny change)
+
+       * INSTALL: Fix typos.
+
 2010-05-03  Chong Yidong  <address@hidden>
 
        * configure.in: Add check for buggy version of GCC (Bug#6031).

=== modified file 'INSTALL'
--- a/INSTALL   2010-01-13 08:35:10 +0000
+++ b/INSTALL   2010-05-03 22:01:23 +0000
@@ -408,7 +408,7 @@
 switch to the compiler, and link against libfoo.a and libbar.a
 libraries in addition to the standard ones.
 
-For some libraries, like Gtk+, fontconfig and ALSA, `configure' use
+For some libraries, like Gtk+, fontconfig and ALSA, `configure' uses
 pkg-config to find where those libraries are installed.
 If you want pkg-config to look in special directories, you have to set
 the environment variable PKG_CONFIG_PATH to point to the directories
@@ -466,7 +466,7 @@
 documentation strings to be in the etc/DOC file (see
 src/Makefile.in if you wish to figure out how to do that).  For all
 else, use site-init.el.  Do not load byte-compiled code which
-was build with a non-nil value of `byte-compile-dynamic'.
+was built with a non-nil value of `byte-compile-dynamic'.
 
 If you set load-path to a different value in site-init.el or
 site-load.el, Emacs will use *precisely* that value when it starts up
@@ -491,7 +491,7 @@
 copying it, if you wish; then it automatically uses the sibling
 directories ../lisp, ../lib-src, ../info.
 
-Or you can "install" the executable and the other Emacs into their
+Or you can "install" the executable and the other files into their
 installed locations, with `make install'.  By default, Emacs's files
 are installed in the following directories:
 

=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-04-25 21:21:51 +0000
+++ b/doc/emacs/ChangeLog       2010-05-03 22:01:23 +0000
@@ -1,3 +1,10 @@
+2010-05-03  Štěpán Němec  <address@hidden>  (tiny change)
+
+       * programs.texi (Man Page):
+       * misc.texi (Invoking emacsclient):
+       * mini.texi (Repetition):
+       * mark.texi (Setting Mark): Fix typos.
+
 2010-04-25  Chong Yidong  <address@hidden>
 
        * misc.texi (Printing): Document htmlfontify-buffer.

=== modified file 'doc/emacs/mark.texi'
--- a/doc/emacs/mark.texi       2010-04-06 16:10:31 +0000
+++ b/doc/emacs/mark.texi       2010-05-03 22:01:23 +0000
@@ -80,7 +80,7 @@
 character in @acronym{ASCII}; usually, typing @address@hidden on a
 text terminal gives the character @kbd{C-@@}.  This key is also bound
 to @code{set-mark-command}, so unless you are unlucky enough to have
-an text terminal that behaves differently, you might as well think of
+a text terminal that behaves differently, you might as well think of
 @kbd{C-@@} as @address@hidden  This sets the mark where point is,
 and activates it.  You can then move point away, leaving the mark
 behind.

=== modified file 'doc/emacs/mini.texi'
--- a/doc/emacs/mini.texi       2010-01-13 08:35:10 +0000
+++ b/doc/emacs/mini.texi       2010-05-03 22:01:23 +0000
@@ -601,7 +601,7 @@
 unchanged.  You can also change the command by editing the Lisp
 expression before you execute it.  The repeated command is added to
 the front of the command history unless it is identical to the most
-recently item.
+recent item.
 
   Once inside the minibuffer for @kbd{C-x @key{ESC} @key{ESC}}, you can
 use the minibuffer history commands (@kbd{M-p}, @kbd{M-n}, @kbd{M-r},

=== modified file 'doc/emacs/misc.texi'
--- a/doc/emacs/misc.texi       2010-04-25 21:21:51 +0000
+++ b/doc/emacs/misc.texi       2010-05-03 22:01:23 +0000
@@ -1528,7 +1528,7 @@
 @kbd{C-x #} (@code{server-edit}) in its buffer.  This saves the file
 and sends a message back to the @command{emacsclient} program, telling
 it to exit.  Programs that use @env{EDITOR} usually wait for the
-``editor''---in the case @command{emacsclient}---to exit before doing
+``editor''---in this case @command{emacsclient}---to exit before doing
 something else.
 
   You can also call @command{emacsclient} with multiple file name

=== modified file 'doc/emacs/programs.texi'
--- a/doc/emacs/programs.texi   2010-04-18 23:02:16 +0000
+++ b/doc/emacs/programs.texi   2010-05-03 22:01:23 +0000
@@ -1202,7 +1202,7 @@
 your machine; the list of available manual pages is computed
 automatically the first time you invoke @code{woman}.  The word at
 point in the current buffer is used to suggest the default for the
-name the manual page.
+name of the manual page.
 
   With a numeric argument, @kbd{M-x woman} recomputes the list of the
 manual pages used for completion.  This is useful if you add or delete

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-04-25 21:50:34 +0000
+++ b/doc/lispref/ChangeLog     2010-05-03 22:01:23 +0000
@@ -1,3 +1,12 @@
+2010-05-03  Štěpán Němec  <address@hidden>  (tiny change)
+
+       * windows.texi (Textual Scrolling):
+       * tips.texi (Coding Conventions):
+       * minibuf.texi (Minibuffer History):
+       * maps.texi (Standard Keymaps):
+       * loading.texi (Where Defined):
+       * edebug.texi (Instrumenting): Fix typos.
+
 2010-04-25  Chong Yidong  <address@hidden>
 
        * keymaps.texi (Menu Bar): Document :advertised-binding property.

=== modified file 'doc/lispref/edebug.texi'
--- a/doc/lispref/edebug.texi   2010-01-13 08:35:10 +0000
+++ b/doc/lispref/edebug.texi   2010-05-03 22:01:23 +0000
@@ -186,7 +186,7 @@
 
   While Edebug is active, the command @kbd{I}
 (@code{edebug-instrument-callee}) instruments the definition of the
-function or macro called by the list form after point, if is not already
+function or macro called by the list form after point, if it is not already
 instrumented.  This is possible only if Edebug knows where to find the
 source for that function; for this reason, after loading Edebug,
 @code{eval-region} records the position of every definition it

=== modified file 'doc/lispref/loading.texi'
--- a/doc/lispref/loading.texi  2010-03-26 17:43:01 +0000
+++ b/doc/lispref/loading.texi  2010-05-03 22:01:23 +0000
@@ -823,7 +823,7 @@
 @code{load-history}.
 
 @defvar load-history
-This value of this variable is an alist that associates the names of
+The value of this variable is an alist that associates the names of
 loaded library files with the names of the functions and variables
 they defined, as well as the features they provided or required.
 

=== modified file 'doc/lispref/locals.texi'
--- a/doc/lispref/locals.texi   2010-01-13 08:35:10 +0000
+++ b/doc/lispref/locals.texi   2010-05-03 22:01:23 +0000
@@ -85,6 +85,9 @@
 @item case-fold-search
 @xref{Searching and Case}.
 
address@hidden comment-column
address@hidden,,, emacs, The GNU Emacs Manual}.
+
 @item ctl-arrow
 @xref{Usual Display}.
 
@@ -94,9 +97,6 @@
 @item cursor-type
 @xref{Cursor Parameters}.
 
address@hidden comment-column
address@hidden,,, emacs, The GNU Emacs Manual}.
-
 @item default-directory
 @xref{File Name Expansion}.
 

=== modified file 'doc/lispref/maps.texi'
--- a/doc/lispref/maps.texi     2010-01-13 08:35:10 +0000
+++ b/doc/lispref/maps.texi     2010-05-03 22:01:23 +0000
@@ -163,7 +163,7 @@
 
 @item key-translation-map
 A keymap for translating keys.  This one overrides ordinary key
-bindings, unlike @code{local- function-key-map}.  @xref{Translation
+bindings, unlike @code{local-function-key-map}.  @xref{Translation
 Keymaps}.
 
 @item kmacro-map

=== modified file 'doc/lispref/minibuf.texi'
--- a/doc/lispref/minibuf.texi  2010-04-25 21:21:51 +0000
+++ b/doc/lispref/minibuf.texi  2010-05-03 22:01:23 +0000
@@ -511,7 +511,7 @@
 @defopt history-length
 The value of this variable specifies the maximum length for all
 history lists that don't specify their own maximum lengths.  If the
-value is @code{t}, that means there no maximum (don't delete old
+value is @code{t}, that means there is no maximum (don't delete old
 elements).  The value of @code{history-length} property of the history
 list variable's symbol, if set, overrides this variable for that
 particular history list.

=== modified file 'doc/lispref/tips.texi'
--- a/doc/lispref/tips.texi     2010-01-13 08:35:10 +0000
+++ b/doc/lispref/tips.texi     2010-05-03 22:01:23 +0000
@@ -90,7 +90,7 @@
 If a file requires certain other Lisp programs to be loaded
 beforehand, then the comments at the beginning of the file should say
 so.  Also, use @code{require} to make sure they are loaded.
address@hidden Features}.
address@hidden Features}.
 
 @item
 If a file @var{foo} uses a macro defined in another file @var{bar},

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2010-04-14 22:41:21 +0000
+++ b/doc/lispref/windows.texi  2010-05-03 22:01:23 +0000
@@ -1661,8 +1661,8 @@
 @end defopt
 
 @defopt scroll-step
-This variable is an older variant of @code{scroll-conservatively}.  The
-difference is that it if its value is @var{n}, that permits scrolling
+This variable is an older variant of @code{scroll-conservatively}.
+The difference is that if its value is @var{n}, that permits scrolling
 only by precisely @var{n} lines, not a smaller number.  This feature
 does not work with @code{scroll-margin}.  The default value is zero.
 @end defopt

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-04-19 14:38:53 +0000
+++ b/doc/misc/ChangeLog        2010-05-03 22:01:23 +0000
@@ -1,3 +1,9 @@
+2010-05-03  Štěpán Němec  <address@hidden>  (tiny change)
+
+       * url.texi (HTTP language/coding, Customization):
+       * message.texi (Header Commands, Responses):
+       * cl.texi (Argument Lists): Fix typos.
+
 2010-04-18  Chong Yidong  <address@hidden>
 
        * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.  Note

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2010-01-13 08:35:10 +0000
+++ b/doc/misc/cl.texi  2010-05-03 22:01:23 +0000
@@ -356,7 +356,7 @@
 calls to it may be expanded into in-line code by the byte compiler.
 This is analogous to the @code{defsubst} form;
 @code{defsubst*} uses a different method (compiler macros) which
-works in all version of Emacs, and also generates somewhat more
+works in all versions of Emacs, and also generates somewhat more
 efficient inline expansions.  In particular, @code{defsubst*}
 arranges for the processing of keyword arguments, default values,
 etc., to be done at compile-time whenever possible.

=== modified file 'doc/misc/message.texi'
--- a/doc/misc/message.texi     2010-01-13 08:35:10 +0000
+++ b/doc/misc/message.texi     2010-05-03 22:01:23 +0000
@@ -659,7 +659,7 @@
 @findex message-insert-disposition-notification-to
 Insert a request for a disposition
 notification.  (@code{message-insert-disposition-notification-to}).
-This means that if the recipient support RFC 2298 she might send you a
+This means that if the recipient supports RFC 2298 she might send you a
 notification that she received the message.
 
 @item M-x message-insert-importance-high
@@ -2387,7 +2387,7 @@
 
 @item wide reply
 A @dfn{wide reply} is a mail response that includes @emph{all} entities
-mentioned in the message you are responded to.  All mailboxes from the
+mentioned in the message you are responding to.  All mailboxes from the
 following headers will be concatenated to form the outgoing
 @code{To}/@code{Cc} headers:
 

=== modified file 'doc/misc/url.texi'
--- a/doc/misc/url.texi 2010-01-13 08:35:10 +0000
+++ b/doc/misc/url.texi 2010-05-03 22:01:23 +0000
@@ -313,7 +313,7 @@
 variables, the value is a string; it can specify a single choice, or
 it can be a comma-separated list.
 
-Normally this list ordered by descending preference.  However, each
+Normally, this list is ordered by descending preference.  However, each
 element can be followed by @samp{;address@hidden to specify its
 preference level, a decimal number from 0 to 1; e.g., for
 @code{url-mime-language-string}, @address@hidden"de, en-gb;q=0.8,
@@ -1120,11 +1120,11 @@
 
 @defopt url-debug
 @cindex debugging
-Specifies the types of debug messages the library which are logged to
+Specifies the types of debug messages which are logged to
 the @code{*URL-DEBUG*} buffer.
 @code{t} means log all messages.
 A number means log all messages and show them with @code{message}.
-If may also be a list of the types of messages to be logged.
+It may also be a list of the types of messages to be logged.
 @end defopt
 @defopt url-personal-mail-address
 @end defopt

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2010-04-25 22:09:52 +0000
+++ b/etc/NEWS  2010-05-03 22:01:23 +0000
@@ -1350,11 +1350,11 @@
 ** Gnus
 
 *** The Gnus package has been updated
-There are many news features, bug fixes and improvements; see the file
+There are many new features, bug fixes and improvements; see the file
 GNUS-NEWS or the node "No Gnus" in the Gnus manual for details.
 
 *** In Emacs 23, Gnus uses Emacs' new internal coding system `utf-8-emacs' for
-saving articles drafts and ~/.newsrc.eld.  These file may not be read
+saving articles, drafts, and ~/.newsrc.eld.  These file may not be read
 correctly in Emacs 22 and below.  If you want to Gnus across different Emacs
 versions, you may set `mm-auto-save-coding-system' to `emacs-mule'.
 
@@ -1407,8 +1407,8 @@
 *** `C-h C-h' in Isearch mode displays isearch-specific Help screen,
 `C-h b' displays all Isearch key bindings, `C-h k' displays the full
 documentation of the given Isearch key sequence, `C-h m' displays
-documentation of Isearch mode.  All the rest Help commands exit Isearch mode
-and execute their global definitions.
+documentation for Isearch mode.  All the other Help commands exit
+Isearch mode and execute their global definitions.
 
 *** When started in the minibuffer, Isearch searches in the minibuffer
 history.  See `Minibuffer changes', above.

=== modified file 'etc/enriched.doc'
--- a/etc/enriched.doc  2010-01-13 08:35:10 +0000
+++ b/etc/enriched.doc  2010-05-03 22:01:23 +0000
@@ -219,7 +219,7 @@
 paragraph properly filled all the time, without slowing down
 editing too much.  Refill mode is a start at this, but needs
 
-</indent></indent>     <indent>improvment.
+</indent></indent>     <indent>improvement.
 
 + Refill after yank.  [Refill mode does that.]
 
@@ -272,4 +272,4 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <<http://www.gnu.org/licenses/>.


reply via email to

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