aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2021-10-19 07:50:35 -0700
committerGlenn Morris2021-10-19 07:50:35 -0700
commit4d4b4017591c7fb4e37b7d1e0d6b2db565a56c66 (patch)
tree132fc64cbb5da9e0f5d0600edfcf189dd86e783d /doc/misc
parent41c262af322eab6c35a94d747dcaf776b0975f35 (diff)
parentd742cc3c204ba0adeb9600d236a0e454e35a42ff (diff)
downloademacs-4d4b4017591c7fb4e37b7d1e0d6b2db565a56c66.tar.gz
emacs-4d4b4017591c7fb4e37b7d1e0d6b2db565a56c66.zip
Merge from origin/emacs-28
d742cc3c20 (origin/emacs-28) ; etc/NEWS: Fix typos 28db29590f * admin/notes/unicode: Refer to Unicode's emoji-style.txt 9bd2f59db6 Handle VS-16 correctly for non-emoji codepoints e55e2d4a11 ; * etc/NEWS: Minor copyedit about 'repeat-mode'. 380981ddb5 Adjust bug-reference-bug-regexp default values to match on... c1cf95a0e1 ; * doc/emacs/windows.texi: Doc fix. 98eb6d783a Fix a typo in emacs-lisp-intro.texi f5b8f626e3 Fix some Tramp problems fc988a7113 Adapt Tramp manual 0c241043a8 Further fixes to Elisp manual 8e8a920246 * lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): ... 5a3242301d Rename tab-bar-drag-maybe to tab-bar--dragging-in-progress bb4209a5a5 Fix xref elisp identifier namespace mistake # Conflicts: # etc/NEWS
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/tramp.texi15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 8cc3eafc874..4e95b1211fa 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1071,7 +1071,7 @@ capable of servicing requests from @value{tramp}.
1071 1071
1072This non-native @value{tramp} method connects via the Server Message 1072This non-native @value{tramp} method connects via the Server Message
1073Block (SMB) networking protocol to hosts running file servers that are 1073Block (SMB) networking protocol to hosts running file servers that are
1074typically based on @url{https://www.samba.org/,,Samba} or MS Windows. 1074typically based on @uref{https://www.samba.org/,,Samba} or MS Windows.
1075 1075
1076Using @command{smbclient} requires a few tweaks when working with 1076Using @command{smbclient} requires a few tweaks when working with
1077@value{tramp}: 1077@value{tramp}:
@@ -1323,7 +1323,7 @@ possible, @value{tramp} emulates those operations otherwise.
1323 1323
1324@vindex tramp-rclone-program 1324@vindex tramp-rclone-program
1325The program @command{rclone} allows to access different system 1325The program @command{rclone} allows to access different system
1326storages in the cloud, see @url{https://rclone.org/} for a list of 1326storages in the cloud, see @uref{https://rclone.org/} for a list of
1327supported systems. If the @command{rclone} program isn't found in 1327supported systems. If the @command{rclone} program isn't found in
1328your @env{PATH} environment variable, you can tell @value{tramp} its 1328your @env{PATH} environment variable, you can tell @value{tramp} its
1329absolute path via the user option @code{tramp-rclone-program}. 1329absolute path via the user option @code{tramp-rclone-program}.
@@ -1362,7 +1362,7 @@ for accessing the system storage, you should use it.
1362On local hosts which have installed the @command{sshfs} client for 1362On local hosts which have installed the @command{sshfs} client for
1363mounting a file system based on @command{sftp}, this method can be 1363mounting a file system based on @command{sftp}, this method can be
1364used, see 1364used, see
1365@url{https://github.com/libfuse/sshfs/blob/master/README.rst/}. If 1365@uref{https://github.com/libfuse/sshfs/blob/master/README.rst/}. If
1366the @command{sshfs} program isn't found in your @env{PATH} environment 1366the @command{sshfs} program isn't found in your @env{PATH} environment
1367variable, you can tell @value{tramp} its absolute path via the user 1367variable, you can tell @value{tramp} its absolute path via the user
1368option @code{tramp-sshfs-program}. 1368option @code{tramp-sshfs-program}.
@@ -5192,13 +5192,14 @@ tramp-compat-with-mutex}
5192 5192
5193@value{tramp} comes with compatibility code for different Emacs 5193@value{tramp} comes with compatibility code for different Emacs
5194versions. When you see such a message (the text might differ), you 5194versions. When you see such a message (the text might differ), you
5195don't use the Emacs built-in version of @value{tramp}. In case you 5195don't use the Emacs built-in version of @value{tramp}, and you must
5196have installed @value{tramp} from GNU ELPA, 5196recompile it. In case you have installed @value{tramp} from GNU ELPA,
5197@ifset installchapter 5197@ifset installchapter
5198@xref{ELPA Installation}. 5198@xref{ELPA Installation}. Otherwise, @xref{Recompilation}.
5199@end ifset 5199@end ifset
5200@ifclear installchapter 5200@ifclear installchapter
5201see the package README file for instructions how to recompile it. 5201see @uref{@value{trampurl}#ELPA-Installation}. Otherwise, see
5202@uref{@value{trampurl}#Recompilation}.
5202@end ifclear 5203@end ifclear
5203 5204
5204 5205