aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--doc/misc/viper.texi2
2 files changed, 3 insertions, 3 deletions
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
26379This is an alist that says how to translate characters in file names. 26379This is an alist that says how to translate characters in file names.
26380For instance, if @samp{:} is invalid as a file character in file names 26380For instance, if @samp{:} is invalid as a file character in file names
26381on your system (you OS/2 user you), you could say something like: 26381on 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
26390In fact, this is the default value for this variable on OS/2 and MS 26390In fact, this is (part of) the default value for this variable on MS
26391Windows (phooey) systems. 26391Windows (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
1768The value of this variable is the function symbol used to expand wildcard 1768The value of this variable is the function symbol used to expand wildcard
1769symbols. This is platform-dependent. The default tries to set this variable 1769symbols. This is platform-dependent. The default tries to set this variable
1770to work with most shells, MS Windows, OS/2, etc. However, if it 1770to work with most shells, MS Windows, etc. However, if it
1771doesn't work the way you expect, you should write your own. 1771doesn't work the way you expect, you should write your own.
1772Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in 1772Use @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.