diff options
| author | Eli Zaretskii | 2006-05-06 20:42:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-06 20:42:21 +0000 |
| commit | 8a75579f48d21a463ebd0a967b90741d512b392d (patch) | |
| tree | 2318807808bda4f25e0791f165398850c88cf964 | |
| parent | 4297ece2da45c8bbfcc0475ff4b39643ac6e5278 (diff) | |
| download | emacs-8a75579f48d21a463ebd0a967b90741d512b392d.tar.gz emacs-8a75579f48d21a463ebd0a967b90741d512b392d.zip | |
Fix spelling errors.
| -rw-r--r-- | man/abbrevs.texi | 2 | ||||
| -rw-r--r-- | man/building.texi | 2 | ||||
| -rw-r--r-- | man/custom.texi | 6 | ||||
| -rw-r--r-- | man/dired.texi | 2 | ||||
| -rw-r--r-- | man/fortran-xtra.texi | 2 | ||||
| -rw-r--r-- | man/misc.texi | 2 | ||||
| -rw-r--r-- | man/programs.texi | 2 |
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 | |||
| 63 | mode-specific definitions for different major modes. A mode-specific | 63 | mode-specific definitions for different major modes. A mode-specific |
| 64 | definition for the current major mode overrides a global definition. | 64 | definition 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 |
| 67 | can also save lists of abbrev definitions in files for use in later | 67 | can also save lists of abbrev definitions in files for use in later |
| 68 | sessions. Some users keep extensive lists of abbrevs that they load | 68 | sessions. Some users keep extensive lists of abbrevs that they load |
| 69 | in every session. | 69 | in 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 |
| 383 | to match, the files to search, and the base directory for the search | 383 | to 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 |
| 385 | current value of @code{case-fold-search}. | 385 | current value of @code{case-fold-search}. |
| 386 | 386 | ||
| 387 | These commands build the shell commands based on the variables | 387 | These 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 |
| 1981 | executed. The purpose of disabling a command is to prevent users from | 1981 | before it can be executed. The purpose of disabling a command is to |
| 1982 | executing it by accident and being confused. | 1982 | prevent 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 |
| 1985 | displays a window containing the command's name, its documentation, | 1985 | displays 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 | |||
| 1205 | more stringent comparisons by entering a Lisp expression, which can | 1205 | more stringent comparisons by entering a Lisp expression, which can |
| 1206 | refer to the variables @code{size1} and @code{size2}, the respective | 1206 | refer to the variables @code{size1} and @code{size2}, the respective |
| 1207 | file sizes; @code{mtime1} and @code{mtime2}, the last modification | 1207 | file sizes; @code{mtime1} and @code{mtime2}, the last modification |
| 1208 | times in seconds, as floating point numers; and @code{fa1} and | 1208 | times 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 |
| 1210 | function @code{file-attributes}). This expression is evaluated for | 1210 | function @code{file-attributes}). This expression is evaluated for |
| 1211 | each pair of like-named files, and if the expression's value is | 1211 | each 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 |
| 95 | Move to the end of the current code block | 95 | Move 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 |
| 97 | agument, move forward that number of blocks. The mark is set before | 97 | argument, move forward that number of blocks. The mark is set before |
| 98 | moving point. The F90 mode version of this command checks for | 98 | moving point. The F90 mode version of this command checks for |
| 99 | consistency of block types and labels (if present), but it does not | 99 | consistency of block types and labels (if present), but it does not |
| 100 | check the outermost block since that may be incomplete. | 100 | check 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 |
| 2384 | version of it in another window. This sizes the image to fit the | 2384 | version of it in another window. This sizes the image to fit the |
| 2385 | window. Use the arrow keys to move around in the buffer. For easy | 2385 | window. Use the arrow keys to move around in the buffer. For easy |
| 2386 | browing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original}) | 2386 | browsing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original}) |
| 2387 | to advance and display the next image. Typing @kbd{DEL} | 2387 | to 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 |
| 2389 | previous thumbnail and displays that instead. | 2389 | previous 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 |
| 1603 | Enable (or disable) @dfn{subword mode}. In subword mode, Emacs's word | 1603 | Enable (or disable) @dfn{subword mode}. In subword mode, Emacs's word |
| 1604 | commands then recognize upper case letters in | 1604 | commands 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 |
| 1606 | the flag @samp{/w} on the mode line after the mode name | 1606 | the 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 |