aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorStefan Kangas2022-08-10 06:31:02 +0200
committerStefan Kangas2022-08-10 06:31:02 +0200
commit358ad0d30a099efcdc5a8f1d6fffe27360a91168 (patch)
tree46e65d412d4263113e3fd3a0336caa1a955066d7 /doc/misc
parent5e07d1d0fc93bfd59983d5a832d08e771e5b6212 (diff)
parent14833cd9dfc82a2dcfb8bc24a209e9b16c48b5b8 (diff)
downloademacs-358ad0d30a099efcdc5a8f1d6fffe27360a91168.tar.gz
emacs-358ad0d30a099efcdc5a8f1d6fffe27360a91168.zip
Merge from origin/emacs-28
14833cd9df Improve wording when documenting other TRAMP syntaxes 628df15da5 ; * doc/misc/viper.texi (Rudimentary Changes): Avoid alias. 85de996bbb * lisp/vc/diff-mode.el: Don't mention XEmacs.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/tramp.texi4
-rw-r--r--doc/misc/viper.texi2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index cfbc96f4692..924aa66d444 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3383,7 +3383,7 @@ names. Beside the @code{default} value, @var{syntax} can be
3383@item @code{simplified} 3383@item @code{simplified}
3384@cindex simplified syntax 3384@cindex simplified syntax
3385 3385
3386The remote file name syntax is similar to the syntax used by Ange FTP@. 3386This remote file name syntax is similar to the syntax used by Ange FTP@.
3387A remote file name has the form 3387A remote file name has the form
3388@code{@value{prefix}user@@host@value{postfix}path/to/file}. The 3388@code{@value{prefix}user@@host@value{postfix}path/to/file}. The
3389@code{user@@} part is optional, and the method is determined by 3389@code{user@@} part is optional, and the method is determined by
@@ -3395,7 +3395,7 @@ A remote file name has the form
3395@clear unified 3395@clear unified
3396@set separate 3396@set separate
3397@include trampver.texi 3397@include trampver.texi
3398The remote file name syntax is similar to the syntax used by XEmacs. 3398This remote file name syntax originated in the XEmacs text editor.
3399A remote file name has the form 3399A remote file name has the form
3400@code{@trampfn{method,user@@host,path/to/file}}. The @code{method} 3400@code{@trampfn{method,user@@host,path/to/file}}. The @code{method}
3401and @code{user@@} parts are optional. 3401and @code{user@@} parts are optional.
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index b0deb31d108..0e2473ddf3c 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -1842,7 +1842,7 @@ usually most effective:
1842(set-face-background viper-replace-overlay-face "yellow") 1842(set-face-background viper-replace-overlay-face "yellow")
1843@end smallexample 1843@end smallexample
1844For a complete list of colors available to you, evaluate the expression 1844For a complete list of colors available to you, evaluate the expression
1845@code{(x-defined-colors)}. (Type it in the buffer @file{*scratch*} and then 1845@code{(defined-colors)}. (Type it in the buffer @file{*scratch*} and then
1846hit the @kbd{C-j} key. 1846hit the @kbd{C-j} key.
1847 1847
1848@item viper-replace-overlay-cursor-color "Red" 1848@item viper-replace-overlay-cursor-color "Red"