aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-06 20:42:21 +0000
committerEli Zaretskii2006-05-06 20:42:21 +0000
commit8a75579f48d21a463ebd0a967b90741d512b392d (patch)
tree2318807808bda4f25e0791f165398850c88cf964
parent4297ece2da45c8bbfcc0475ff4b39643ac6e5278 (diff)
downloademacs-8a75579f48d21a463ebd0a967b90741d512b392d.tar.gz
emacs-8a75579f48d21a463ebd0a967b90741d512b392d.zip
Fix spelling errors.
-rw-r--r--man/abbrevs.texi2
-rw-r--r--man/building.texi2
-rw-r--r--man/custom.texi6
-rw-r--r--man/dired.texi2
-rw-r--r--man/fortran-xtra.texi2
-rw-r--r--man/misc.texi2
-rw-r--r--man/programs.texi2
7 files changed, 9 insertions, 9 deletions
diff --git a/man/abbrevs.texi b/man/abbrevs.texi
index dc94fd11724..31d9b933661 100644
--- a/man/abbrevs.texi
+++ b/man/abbrevs.texi
@@ -63,7 +63,7 @@ all major modes. The same abbrev can have a global definition and various
63mode-specific definitions for different major modes. A mode-specific 63mode-specific definitions for different major modes. A mode-specific
64definition for the current major mode overrides a global definition. 64definition for the current major mode overrides a global definition.
65 65
66 Yu can define abbrevs interactively during the editing session. You 66 You can define abbrevs interactively during the editing session. You
67can also save lists of abbrev definitions in files for use in later 67can also save lists of abbrev definitions in files for use in later
68sessions. Some users keep extensive lists of abbrevs that they load 68sessions. Some users keep extensive lists of abbrevs that they load
69in every session. 69in every session.
diff --git a/man/building.texi b/man/building.texi
index 0cbaa5d1826..8feebe3bd99 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -381,7 +381,7 @@ the @code{find-grep-dired} command, in @ref{Dired and Find}.
381(recursive grep) are more user-friendly versions of @code{grep} and 381(recursive grep) are more user-friendly versions of @code{grep} and
382@code{grep-find}, which prompt separately for the regular expression 382@code{grep-find}, which prompt separately for the regular expression
383to match, the files to search, and the base directory for the search 383to match, the files to search, and the base directory for the search
384(rgrep only). Case sensitivitivy of the search is controlled by the 384(rgrep only). Case sensitivity of the search is controlled by the
385current value of @code{case-fold-search}. 385current value of @code{case-fold-search}.
386 386
387These commands build the shell commands based on the variables 387These commands build the shell commands based on the variables
diff --git a/man/custom.texi b/man/custom.texi
index 35c9222628c..12933e4e0f2 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -1977,9 +1977,9 @@ usual to do so.
1977@subsection Disabling Commands 1977@subsection Disabling Commands
1978@cindex disabled command 1978@cindex disabled command
1979 1979
1980 Disabling a command menas it requires confirmation before it can be 1980 Disabling a command means causing it to require a confirmation
1981executed. The purpose of disabling a command is to prevent users from 1981before it can be executed. The purpose of disabling a command is to
1982executing it by accident and being confused. 1982prevent users from executing it by accident and being confused.
1983 1983
1984 An attempt to invoke a disabled command interactively in Emacs 1984 An attempt to invoke a disabled command interactively in Emacs
1985displays a window containing the command's name, its documentation, 1985displays a window containing the command's name, its documentation,
diff --git a/man/dired.texi b/man/dired.texi
index 313bc566673..1e3582bebb0 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -1205,7 +1205,7 @@ not appear in the other directory is ``different''. You can specify
1205more stringent comparisons by entering a Lisp expression, which can 1205more stringent comparisons by entering a Lisp expression, which can
1206refer to the variables @code{size1} and @code{size2}, the respective 1206refer to the variables @code{size1} and @code{size2}, the respective
1207file sizes; @code{mtime1} and @code{mtime2}, the last modification 1207file sizes; @code{mtime1} and @code{mtime2}, the last modification
1208times in seconds, as floating point numers; and @code{fa1} and 1208times in seconds, as floating point numbers; and @code{fa1} and
1209@code{fa2}, the respective file attribute lists (as returned by the 1209@code{fa2}, the respective file attribute lists (as returned by the
1210function @code{file-attributes}). This expression is evaluated for 1210function @code{file-attributes}). This expression is evaluated for
1211each pair of like-named files, and if the expression's value is 1211each pair of like-named files, and if the expression's value is
diff --git a/man/fortran-xtra.texi b/man/fortran-xtra.texi
index 2b911be15b9..f157013f1d6 100644
--- a/man/fortran-xtra.texi
+++ b/man/fortran-xtra.texi
@@ -94,7 +94,7 @@ moves backwards.
94@item C-M-n 94@item C-M-n
95Move to the end of the current code block 95Move to the end of the current code block
96(@code{fortran-end-of-block}/@code{f90-end-of-block}). With a numeric 96(@code{fortran-end-of-block}/@code{f90-end-of-block}). With a numeric
97agument, move forward that number of blocks. The mark is set before 97argument, move forward that number of blocks. The mark is set before
98moving point. The F90 mode version of this command checks for 98moving point. The F90 mode version of this command checks for
99consistency of block types and labels (if present), but it does not 99consistency of block types and labels (if present), but it does not
100check the outermost block since that may be incomplete. 100check the outermost block since that may be incomplete.
diff --git a/man/misc.texi b/man/misc.texi
index 0b07e04ed68..9e5d2835e20 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -2383,7 +2383,7 @@ a buffer containing thumbnails, corresponding to the marked files.
2383(@code{tumme-display-thumbnail-original-image}) to display a sized 2383(@code{tumme-display-thumbnail-original-image}) to display a sized
2384version of it in another window. This sizes the image to fit the 2384version of it in another window. This sizes the image to fit the
2385window. Use the arrow keys to move around in the buffer. For easy 2385window. Use the arrow keys to move around in the buffer. For easy
2386browing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original}) 2386browsing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original})
2387to advance and display the next image. Typing @kbd{DEL} 2387to advance and display the next image. Typing @kbd{DEL}
2388(@code{tumme-display-previous-thumbnail-original}) backs up to the 2388(@code{tumme-display-previous-thumbnail-original}) backs up to the
2389previous thumbnail and displays that instead. 2389previous thumbnail and displays that instead.
diff --git a/man/programs.texi b/man/programs.texi
index dda396f542c..f4ede8e5e2f 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1601,7 +1601,7 @@ hungry-delete feature is enabled.
1601@itemx M-x c-subword-mode 1601@itemx M-x c-subword-mode
1602@findex c-subword-mode 1602@findex c-subword-mode
1603Enable (or disable) @dfn{subword mode}. In subword mode, Emacs's word 1603Enable (or disable) @dfn{subword mode}. In subword mode, Emacs's word
1604commands then recognize upper case letters in 1604commands recognize upper case letters in
1605@samp{StudlyCapsIdentifiers} as word boundaries. This is indicated by 1605@samp{StudlyCapsIdentifiers} as word boundaries. This is indicated by
1606the flag @samp{/w} on the mode line after the mode name 1606the flag @samp{/w} on the mode line after the mode name
1607(e.g. @samp{C/law}). You can even use @kbd{M-x c-subword-mode} in 1607(e.g. @samp{C/law}). You can even use @kbd{M-x c-subword-mode} in