aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2023-06-03 05:50:58 -0400
committerEli Zaretskii2023-06-03 05:50:58 -0400
commit970f94a2dd8bc4be4d71f1075421093ca6f87d28 (patch)
tree56ad75121692fa68fd1ec158a6b975dd2e902cbd /doc/misc
parent68b87288aa54c2ec701fdf4333fc92e32313c83b (diff)
parentede3535051a8f3b209b830adcaba9cb1ddf58685 (diff)
downloademacs-970f94a2dd8bc4be4d71f1075421093ca6f87d28.tar.gz
emacs-970f94a2dd8bc4be4d71f1075421093ca6f87d28.zip
Merge from origin/emacs-29
ede3535051a ; Fix last change 8ec786349e1 Fix apostrophe handling in rust-ts-mode and go-ts-mode (B... 0eba9cf6511 * test/infra/Dockerfile.emba (emacs-base): Install also g... 4897c98b6c4 Fix 'python-util-clone-local-variables' 6b2c8dc9050 Revert "Enhance Python font-lock to support multilines" 348e4504c6d Fix typo in calc.texi 03663b8798a Update to Transient v0.4.1 dc7acb1aafe Avoid errors in 'delete-forward-char' deleting static com... 2f94f6de9d6 Make VS-15 and VS-16 compositions work correctly 753f8aa1f14 Fix project-name for vc-aware backend in non-file buffers 17c7915ab94 ; Fix 'package-install-upgrade-built-in' check for packag... e252ce26eab Add type_predicate 'is' as keyword in typescript-ts-mode ... 0a354d65784 Fix infloop in info-look.el 83b22139e4c Fix several todo-mode.el item editing bugs (bug#63811) ed4cd3eddf7 dockerfile-ts-mode: Prevent empty categories in imenu (Bu... 2e20e318da2 Brush up doc strings and terminology in plstore.el 372bc1278c2 Add internal documentation on plstore.el 23a14e7b902 Add compact_constructor_declaration font-locking to java-... 500abc4dc37 * lisp/tmm.el (tmm-completion-delete-prompt): Add more ch... afc1f329356 Allow to disable the DWIMish behavior of 'x' in package menu 08104c01504 Allow dired to invoke secondary browser a3063f0bc87 Add a binding for enriched-toggle-markup d8ba28fa394 Fix order of tmm-menubar when 'tmm-mid-prompt' is nil # Conflicts: # etc/NEWS
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/transient.texi6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index aacc0d0b0ec..f5f4dff0e18 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -6217,7 +6217,7 @@ method when it is able. @xref{Programming Answer 8, 8}. (@bullet{})
6217@cindex Gamma constant, Euler's 6217@cindex Gamma constant, Euler's
6218@cindex Euler's gamma constant 6218@cindex Euler's gamma constant
6219(@bullet{}) @strong{Exercise 9.} The @dfn{digamma} function 6219(@bullet{}) @strong{Exercise 9.} The @dfn{digamma} function
6220@texline @math{\psi(z) (``psi'')} 6220@texline @math{\psi(z)} (``psi'')
6221@infoline @expr{psi(z)} 6221@infoline @expr{psi(z)}
6222is defined as the derivative of 6222is defined as the derivative of
6223@texline @math{\ln \Gamma(z)}. 6223@texline @math{\ln \Gamma(z)}.
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi
index 330fdd1e3a2..be9e8698ab4 100644
--- a/doc/misc/transient.texi
+++ b/doc/misc/transient.texi
@@ -31,7 +31,7 @@ General Public License for more details.
31@finalout 31@finalout
32@titlepage 32@titlepage
33@title Transient User and Developer Manual 33@title Transient User and Developer Manual
34@subtitle for version 0.4.0 34@subtitle for version 0.4.1
35@author Jonas Bernoulli 35@author Jonas Bernoulli
36@page 36@page
37@vskip 0pt plus 1filll 37@vskip 0pt plus 1filll
@@ -74,7 +74,7 @@ that hurdle is Psionic K's interactive tutorial, available at
74@end quotation 74@end quotation
75 75
76@noindent 76@noindent
77This manual is for Transient version 0.4.0. 77This manual is for Transient version 0.4.1.
78 78
79@insertcopying 79@insertcopying
80@end ifnottex 80@end ifnottex
@@ -2150,7 +2150,7 @@ default value of a prefix using the same format as returned by
2150 2150
2151@item 2151@item
2152@code{always-read} For options, whether to read a value on every invocation. 2152@code{always-read} For options, whether to read a value on every invocation.
2153If this is nil, then options that have a value are simply unset and 2153If this is @code{nil}, then options that have a value are simply unset and
2154have to be invoked a second time to set a new value. 2154have to be invoked a second time to set a new value.
2155 2155
2156@item 2156@item