aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPo Lu2025-03-04 14:32:33 +0800
committerPo Lu2025-03-04 14:32:33 +0800
commit9daab9be343f930c8db4c33881abc96e65c01bd7 (patch)
tree3274add08d7cbee7a34d91091c0ce71b1167216e /doc
parent9415941a9c65b72a3bc20ae0ec1765f3c0ed657d (diff)
parent7dcf9b71e6ffc0cc92d2d504b1428c3ab432a028 (diff)
downloademacs-9daab9be343f930c8db4c33881abc96e65c01bd7.tar.gz
emacs-9daab9be343f930c8db4c33881abc96e65c01bd7.zip
Merge from savannah/emacs-30
7dcf9b71e6f ; Don't document package-x.el a5fd518d524 ; Document spurious warnings on macOS 15 625ed68aeaa Fix the use of xref-window-local-history together with Xr... 80917727676 completing-read-multiple: Fix support for ":" as separator 38cc36a3753 ; Improve docstring of cl-check-type
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/package.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi
index 8fc1572fae8..c96c2f5d234 100644
--- a/doc/lispref/package.texi
+++ b/doc/lispref/package.texi
@@ -332,7 +332,7 @@ them using a cryptographic key. If you have generated a
332private/public gpg key pair, you can use gpg to sign the package like 332private/public gpg key pair, you can use gpg to sign the package like
333this: 333this:
334 334
335@c FIXME EasyPG / package-x way to do this. 335@c FIXME EasyPG way to do this.
336@example 336@example
337gpg -ba -o @var{file}.sig @var{file} 337gpg -ba -o @var{file}.sig @var{file}
338@end example 338@end example