diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-27 06:30:20 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-27 06:30:20 +0200 |
commit | 7da754015f15642b884e11a9b9abeaec838b0c4a (patch) | |
tree | fef8e24d70b28d6bb5a3d7884c00e4daa4bb75a8 /lisp/gnus | |
parent | bb0317442b4d62108ca40cc396f5ced467c55f25 (diff) | |
parent | 9283508fb282cbd51b9376f17b5347246daf74f2 (diff) | |
download | emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.tar.gz emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.tar.bz2 emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.zip |
Merge from origin/emacs-28
9283508fb2 Fix format specifiers in tramp-adb.el
a9f17ccce3 ; Fix some doc typos and minor language issues
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/mm-uu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 9fe41f67866..8646998deb9 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -214,7 +214,7 @@ This can be either \"inline\" or \"attachment\".") "$" ,#'mm-uu-org-src-code-block-extract)) "A list of specifications for non-MIME attachments. -Each element consist of a `mm-uu-entry'. +Each element consists of a `mm-uu-entry'. The functions in the last 3 slots of this type can make use of the following dynamically-scoped variables: `file-name', `start-point', and `end-point'. |