]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix spelling errors.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2006 20:42:21 +0000 (20:42 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2006 20:42:21 +0000 (20:42 +0000)
man/abbrevs.texi
man/building.texi
man/custom.texi
man/dired.texi
man/fortran-xtra.texi
man/misc.texi
man/programs.texi

index dc94fd11724cb613588dfee340b418a6e5c8af70..31d9b933661c654d1ea207b0e58dbf84dc9b4aaa 100644 (file)
@@ -63,7 +63,7 @@ all major modes.  The same abbrev can have a global definition and various
 mode-specific definitions for different major modes.  A mode-specific
 definition for the current major mode overrides a global definition.
 
-  Yu can define abbrevs interactively during the editing session.  You
+  You can define abbrevs interactively during the editing session.  You
 can also save lists of abbrev definitions in files for use in later
 sessions.  Some users keep extensive lists of abbrevs that they load
 in every session.
index 0cbaa5d1826c485dc4c3b1acc99972034a79a75b..8feebe3bd99f057bd271513b8940e5a12b812e02 100644 (file)
@@ -381,7 +381,7 @@ the @code{find-grep-dired} command, in @ref{Dired and Find}.
 (recursive grep) are more user-friendly versions of @code{grep} and
 @code{grep-find}, which prompt separately for the regular expression
 to match, the files to search, and the base directory for the search
-(rgrep only).  Case sensitivitivy of the search is controlled by the
+(rgrep only).  Case sensitivity of the search is controlled by the
 current value of @code{case-fold-search}.
 
 These commands build the shell commands based on the variables
index 35c9222628c8db974fba3af7a5d747351e1b344a..12933e4e0f285ccb2d48e796741f925cc2d7caa6 100644 (file)
@@ -1977,9 +1977,9 @@ usual to do so.
 @subsection Disabling Commands
 @cindex disabled command
 
-  Disabling a command menas it requires confirmation before it can be
-executed.  The purpose of disabling a command is to prevent users from
-executing it by accident and being confused.
+  Disabling a command means causing it to require a confirmation
+before it can be executed.  The purpose of disabling a command is to
+prevent users from executing it by accident and being confused.
 
   An attempt to invoke a disabled command interactively in Emacs
 displays a window containing the command's name, its documentation,
index 313bc5666739ff3abb9c1406c574342956573df7..1e3582bebb069123a14fd0b61f9d167d9be9c0ca 100644 (file)
@@ -1205,7 +1205,7 @@ not appear in the other directory is ``different''.  You can specify
 more stringent comparisons by entering a Lisp expression, which can
 refer to the variables @code{size1} and @code{size2}, the respective
 file sizes; @code{mtime1} and @code{mtime2}, the last modification
-times in seconds, as floating point numers; and @code{fa1} and
+times in seconds, as floating point numbers; and @code{fa1} and
 @code{fa2}, the respective file attribute lists (as returned by the
 function @code{file-attributes}).  This expression is evaluated for
 each pair of like-named files, and if the expression's value is
index 2b911be15b93f3680bb1b214f8ebcac9a2b7c208..f157013f1d6d866d1f51b1176c32db876a682c57 100644 (file)
@@ -94,7 +94,7 @@ moves backwards.
 @item C-M-n
 Move to the end of the current code block
 (@code{fortran-end-of-block}/@code{f90-end-of-block}).  With a numeric
-agument, move forward that number of blocks.  The mark is set before
+argument, move forward that number of blocks.  The mark is set before
 moving point.  The F90 mode version of this command checks for
 consistency of block types and labels (if present), but it does not
 check the outermost block since that may be incomplete.
index 0b07e04ed68140b27824ae34d30c4743ec79ced1..9e5d2835e20b23969cd86a9dd533ca802c286898 100644 (file)
@@ -2383,7 +2383,7 @@ a buffer containing thumbnails, corresponding to the marked files.
 (@code{tumme-display-thumbnail-original-image}) to display a sized
 version of it in another window.  This sizes the image to fit the
 window.  Use the arrow keys to move around in the buffer.  For easy
-browing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original})
+browsing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original})
 to advance and display the next image.  Typing @kbd{DEL}
 (@code{tumme-display-previous-thumbnail-original}) backs up to the
 previous thumbnail and displays that instead.
index dda396f542c1e81c8358ef855e5716c5fad2c5d9..f4ede8e5e2f4e0e38794d4a7a1ee704c26fa7e9d 100644 (file)
@@ -1601,7 +1601,7 @@ hungry-delete feature is enabled.
 @itemx M-x c-subword-mode
 @findex c-subword-mode
 Enable (or disable) @dfn{subword mode}.  In subword mode, Emacs's word
-commands then recognize upper case letters in
+commands recognize upper case letters in
 @samp{StudlyCapsIdentifiers} as word boundaries.  This is indicated by
 the flag @samp{/w} on the mode line after the mode name
 (e.g. @samp{C/law}).  You can even use @kbd{M-x c-subword-mode} in