]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc typo fixes.
authorGlenn Morris <rgm@gnu.org>
Thu, 10 Jun 2010 05:04:06 +0000 (22:04 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 10 Jun 2010 05:04:06 +0000 (22:04 -0700)
* doc/emacs/basic.texi (Inserting Text): Fix typo.
* doc/misc/idlwave.texi (Load-Path Shadows):
* doc/misc/org.texi (Handling links): Fix typos.

doc/emacs/ChangeLog
doc/emacs/basic.texi
doc/misc/ChangeLog
doc/misc/idlwave.texi
doc/misc/org.texi

index 5551cc4a5e156ce1b763c573bfe2f1841f347e9c..900f546fbdda239ad9e93016e044be8bd38872ba 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * basic.texi (Inserting Text): Fix typo.
+
 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
 
        * Version 23.2 released.
index ae04ebf9c411f6d92708b5a4ea0cd0c47b4cea8e..a6424f0d37cc3a78d1d31697a861bd725e872e11 100644 (file)
@@ -1,6 +1,7 @@
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
-@c   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+@c   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+@c   Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Basic, Minibuffer, Exiting, Top
 @chapter Basic Editing Commands
@@ -104,7 +105,7 @@ character to insert (@pxref{Arguments}).
 @cindex Unicode
   Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}}
 (@code{ucs-insert}) to insert a character based on its Unicode name or
-code-point.  This commands prompts for a character to insert, using
+code-point.  This command prompts for a character to insert, using
 the minibuffer; you can specify the character using either (i) the
 character's name in the Unicode standard, or (ii) the character's
 code-point in the Unicode standard.  If you specify the character's
index 2294dc3a070560ed18e3728e49ba36370a448769..5518050fb7f38b1195335b22e46eae449967b131 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * idlwave.texi (Load-Path Shadows):
+       * org.texi (Handling links): Fix typos.
+
 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
 
        * Version 23.2 released.
index 6292902aa99b6d32ae6e01430fef9a72f4c8accd..94a2c2c6db745f53fc84a7a312122d3be5f99e68 100644 (file)
@@ -3717,7 +3717,7 @@ C-i}.  Here are the different routines (also available in the Menu
 
 @table @asis
 @item @kbd{M-x idlwave-list-buffer-load-path-shadows}
-This commands checks the names of all routines defined in the current
+This command checks the names of all routines defined in the current
 buffer for shadowing conflicts with other routines accessible to
 IDLWAVE.  The command also has a key binding: @kbd{C-c C-b}
 @item @kbd{M-x idlwave-list-shell-load-path-shadows}.
index 507dfad5c316195f800571b4121c57c277c8e736..4539c55ac64620725607d1b97e909596a744b892 100644 (file)
@@ -2928,7 +2928,7 @@ link and description parts of the link.
 Open link at point.  This will launch a web browser for URLs (using
 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
 the corresponding links, and execute the command in a shell link.  When the
-cursor is on an internal link, this commands runs the corresponding search.
+cursor is on an internal link, this command runs the corresponding search.
 When the cursor is on a TAG list in a headline, it creates the corresponding
 TAGS view.  If the cursor is on a timestamp, it compiles the agenda for that
 date.  Furthermore, it will visit text and remote files in @samp{file:} links