diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/msdos-xtra.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/viper.texi | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/msdos-xtra.texi b/doc/emacs/msdos-xtra.texi index 4ac734ed3d3..0d98dc81c1e 100644 --- a/doc/emacs/msdos-xtra.texi +++ b/doc/emacs/msdos-xtra.texi | |||
| @@ -22,7 +22,7 @@ current operating systems Windows is in | |||
| 22 | @end ifnottex | 22 | @end ifnottex |
| 23 | 23 | ||
| 24 | If you build Emacs for MS-DOS, the binary will also run on Windows | 24 | If you build Emacs for MS-DOS, the binary will also run on Windows |
| 25 | 3.X, Windows NT, Windows 9X/ME, Windows 2000/XP, or OS/2 as a DOS | 25 | 3.X, Windows NT, Windows 9X/ME, or Windows 2000/XP as a DOS |
| 26 | application; all of this chapter applies for all of those systems, if | 26 | application; all of this chapter applies for all of those systems, if |
| 27 | you use an Emacs that was built for MS-DOS. | 27 | you use an Emacs that was built for MS-DOS. |
| 28 | 28 | ||
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index ceeb42b9182..f60a6a43774 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -26378,7 +26378,7 @@ read when doing the operation described above. | |||
| 26378 | @cindex characters in file names | 26378 | @cindex characters in file names |
| 26379 | This is an alist that says how to translate characters in file names. | 26379 | This is an alist that says how to translate characters in file names. |
| 26380 | For instance, if @samp{:} is invalid as a file character in file names | 26380 | For instance, if @samp{:} is invalid as a file character in file names |
| 26381 | on your system (you OS/2 user you), you could say something like: | 26381 | on your system (you MS Windows user you), you could say something like: |
| 26382 | 26382 | ||
| 26383 | @lisp | 26383 | @lisp |
| 26384 | @group | 26384 | @group |
| @@ -26387,7 +26387,7 @@ on your system (you OS/2 user you), you could say something like: | |||
| 26387 | @end group | 26387 | @end group |
| 26388 | @end lisp | 26388 | @end lisp |
| 26389 | 26389 | ||
| 26390 | In fact, this is the default value for this variable on OS/2 and MS | 26390 | In fact, this is (part of) the default value for this variable on MS |
| 26391 | Windows (phooey) systems. | 26391 | Windows (phooey) systems. |
| 26392 | 26392 | ||
| 26393 | @item gnus-hidden-properties | 26393 | @item gnus-hidden-properties |
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index 3e944d99e7f..745d5fadf62 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi | |||
| @@ -1767,7 +1767,7 @@ Function used by the command @kbd{#c<move>} to spell. | |||
| 1767 | @item viper-glob-function | 1767 | @item viper-glob-function |
| 1768 | The value of this variable is the function symbol used to expand wildcard | 1768 | The value of this variable is the function symbol used to expand wildcard |
| 1769 | symbols. This is platform-dependent. The default tries to set this variable | 1769 | symbols. This is platform-dependent. The default tries to set this variable |
| 1770 | to work with most shells, MS Windows, OS/2, etc. However, if it | 1770 | to work with most shells, MS Windows, etc. However, if it |
| 1771 | doesn't work the way you expect, you should write your own. | 1771 | doesn't work the way you expect, you should write your own. |
| 1772 | Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in | 1772 | Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in |
| 1773 | @file{viper-util.el} as examples. | 1773 | @file{viper-util.el} as examples. |