aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-14 09:39:59 -0500
committerEli Zaretskii2024-12-14 09:39:59 -0500
commit567566ca081d059bfadd9684a3d35c371fa746a3 (patch)
tree84603f2725d138d3633d45f3213ab263c0ebff4d /doc
parentfd021c07606264a73cd4c1f6fa6fe80a756defe0 (diff)
parent6942599dbb24c1a469e3d3708df83692b49e4af8 (diff)
downloademacs-567566ca081d059bfadd9684a3d35c371fa746a3.tar.gz
emacs-567566ca081d059bfadd9684a3d35c371fa746a3.zip
Merge from origin/emacs-30
6942599dbb2 ; * etc/PROBLEMS: Document problem with menu-bar backgrou... 488801baf7d * lisp/time-stamp.el: Limit field width to two digits. 34bedcd58d7 ; * lisp/progmodes/executable.el: Remove stale comment (b... 327d3e56f6e ; * etc/TODO: Add an item for improving defgroups. 7ae9ccae0ca ; * lisp/net/rcirc.el (rcirc-next-active-buffer): Doc fix... 3e51be94ae6 ; Fix :version tag in browse-url dffd4a50c64 Revert "Attempt to install package first when upgrading" fbcb357b9db Fix 'gnus-select-method' custom type 6fd5e02cb9b Fix typo in maps.texi 872a7336dc0 ; * etc/DEBUG: Mention "handle SIGINT" on MS-Windows. b4bcbabf95c * doc/misc/tramp.texi (FUSE-based methods): Fix sshfs ref... f8da72b41cd Improve gnus.texi indexing 4a090bd7eab ; * lisp/net/eww.el (eww-browse-with-external-browser): F... 59fa0b1dd6e ; Improve doc strings in compile.el 3d8e49c41a6 Attempt to install package first when upgrading # Conflicts: # lisp/net/browse-url.el # lisp/net/eww.el
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/maps.texi2
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/tramp.texi8
3 files changed, 7 insertions, 5 deletions
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi
index 6ae98da49c7..f1a7fe258d5 100644
--- a/doc/lispref/maps.texi
+++ b/doc/lispref/maps.texi
@@ -30,7 +30,7 @@ A sparse keymap for subcommands of the prefix @kbd{C-x a}.@*
30@xref{Defining Abbrevs,,, emacs, The GNU Emacs Manual}. 30@xref{Defining Abbrevs,,, emacs, The GNU Emacs Manual}.
31 31
32@item button-buffer-map 32@item button-buffer-map
33A sparse keymap useful for buffers containing buffers.@* 33A sparse keymap useful for buffers containing buttons.@*
34You may want to use this as a parent keymap. @xref{Buttons}. 34You may want to use this as a parent keymap. @xref{Buttons}.
35 35
36@item button-map 36@item button-map
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 71d548f3cee..200b68d2059 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -14374,6 +14374,8 @@ where you would put a @samp{SOCKS} wrapper for instance.
14374@vindex nntp-address 14374@vindex nntp-address
14375The address of the @acronym{NNTP} server. 14375The address of the @acronym{NNTP} server.
14376 14376
14377@cindex nntps
14378@cindex snews
14377@item nntp-port-number 14379@item nntp-port-number
14378@vindex nntp-port-number 14380@vindex nntp-port-number
14379Port number to connect to the @acronym{NNTP} server. The default is 14381Port number to connect to the @acronym{NNTP} server. The default is
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index e1d50972583..943f6da7b04 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1572,10 +1572,10 @@ for accessing the system storage, you should use it.
1572 1572
1573@vindex tramp-sshfs-program 1573@vindex tramp-sshfs-program
1574On local hosts which have installed the @command{sshfs} client for 1574On local hosts which have installed the @command{sshfs} client for
1575mounting a file system based on @command{sftp}, this method can be 1575mounting a file system based on the @command{sftp} subsystem of
1576used, see 1576@command{ssh}, this method can be used, see
1577@uref{https://github.com/libfuse/sshfs/blob/master/README.rst/}. If 1577@uref{https://github.com/libfuse/sshfs/blob/master/README.md}. If the
1578the @command{sshfs} program isn't found in your @env{PATH} environment 1578@command{sshfs} program isn't found in your @env{PATH} environment
1579variable, you can tell @value{tramp} its absolute path via the user 1579variable, you can tell @value{tramp} its absolute path via the user
1580option @code{tramp-sshfs-program}. 1580option @code{tramp-sshfs-program}.
1581 1581