aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2023-07-15 05:30:28 -0400
committerEli Zaretskii2023-07-15 05:30:28 -0400
commit77fa417d108fbc4bb6b1017120eca958785becaa (patch)
treee171f679ebabe325e8cfd6c022213646aadca562 /doc/misc
parentf2a8e4ceb48c12a32cdc63931f9625a0df3c4ff6 (diff)
parentd09de2f49d708f73e7397273a254a7775c294d05 (diff)
downloademacs-77fa417d108fbc4bb6b1017120eca958785becaa.tar.gz
emacs-77fa417d108fbc4bb6b1017120eca958785becaa.zip
Merge from origin/emacs-29
d09de2f49d7 Ignore quit while getting interprogram paste in kill-new afdf54a5313 * lisp/progmodes/gdb-mi.el: Fix interactive invocation of... b54febef5d7 Fix NetBSD build with and without ncurses c5fb7301599 ; * lisp/paren.el (show-paren-function): Fix last change ... ea696ea4b9a ; Fix last change. b0181dafb9e Improve documentation of 'enable-local-variables' in Emac... eb7c45ca43f ; Fix copy-paste in Widget Manual (Bug#64610) aedbc3006e1 ; * doc/misc/eshell.texi (Aliases): Remove stray "@end ta... 673992d28e2 ; * lisp/progmodes/sql.el (sql-interactive-mode): Remove ...
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/eshell.texi2
-rw-r--r--doc/misc/widget.texi4
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 9b9268ae4ea..099bf3e9809 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -1092,8 +1092,6 @@ the alias. This lets you selectively use an alias's arguments, so
1092@kbd{alias mcd 'mkdir $1 && cd $1'} would cause @kbd{mcd foo} to 1092@kbd{alias mcd 'mkdir $1 && cd $1'} would cause @kbd{mcd foo} to
1093create and switch to a directory called @samp{foo}. 1093create and switch to a directory called @samp{foo}.
1094 1094
1095@end table
1096
1097@node Remote Access 1095@node Remote Access
1098@section Remote Access 1096@section Remote Access
1099@cmindex remote access 1097@cmindex remote access
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi
index 4ac57a95a43..13b37ab5b54 100644
--- a/doc/misc/widget.texi
+++ b/doc/misc/widget.texi
@@ -1600,9 +1600,7 @@ when the widget is created, and on any value set later with
1600@item :value-to-external 1600@item :value-to-external
1601Function to convert the value to the external format. The function 1601Function to convert the value to the external format. The function
1602takes two arguments, a widget and an internal value, and returns the 1602takes two arguments, a widget and an internal value, and returns the
1603external value. The function is called on the present @code{:value} 1603external value.
1604when the widget is created, and on any value set later with
1605@code{widget-value-set}.
1606 1604
1607@vindex create@r{ keyword} 1605@vindex create@r{ keyword}
1608@item :create 1606@item :create