diff options
| author | Po Lu | 2025-02-12 11:16:20 +0800 |
|---|---|---|
| committer | Po Lu | 2025-02-12 11:16:20 +0800 |
| commit | fb4daf4aa07b6fa060b64548ff5c75819f77515c (patch) | |
| tree | 93424a8d8c4a67d3572b3e1509b6f1eb463676b2 /doc | |
| parent | 3fd0b802de20dc83b5d5236b6d458df73c9d4e77 (diff) | |
| parent | 19791839cfbb9202aff8a8d476ec76741592c97d (diff) | |
| download | emacs-fb4daf4aa07b6fa060b64548ff5c75819f77515c.tar.gz emacs-fb4daf4aa07b6fa060b64548ff5c75819f77515c.zip | |
Merge from savannah/emacs-30
19791839cfb ; Don't document a complicated default
88bc748f52f Fix minibuffer-next-completion in completing-read-multiple
737f249aa2c ; Document 'completing-read-multiple' in the ELisp manual
37f25514602 ; * lisp/gnus/nnweb.el (nnweb-type): Doc fix.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/minibuf.texi | 10 | ||||
| -rw-r--r-- | doc/misc/message.texi | 7 |
2 files changed, 11 insertions, 6 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index ecd34b95294..42189b9d0d7 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -1242,6 +1242,16 @@ different function to completely override the normal behavior of | |||
| 1242 | @code{completing-read}. | 1242 | @code{completing-read}. |
| 1243 | @end defvar | 1243 | @end defvar |
| 1244 | 1244 | ||
| 1245 | @findex completing-read-multiple | ||
| 1246 | @vindex crm-separator | ||
| 1247 | If you need to prompt the user for several strings, like several | ||
| 1248 | elements of a list or several parameters (e.g., user, host, and port) of | ||
| 1249 | a connection, you can use @code{completing-read-multiple}. It allows | ||
| 1250 | typing several strings separated by a separator string (by default, tabs | ||
| 1251 | and commas; customize @code{crm-separator} to change that), and provides | ||
| 1252 | completion for each individual string the user types. It returns the | ||
| 1253 | strings that were read, as a list. | ||
| 1254 | |||
| 1245 | @node Completion Commands | 1255 | @node Completion Commands |
| 1246 | @subsection Minibuffer Commands that Do Completion | 1256 | @subsection Minibuffer Commands that Do Completion |
| 1247 | 1257 | ||
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 509bbd5b575..48ac487088e 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -289,12 +289,7 @@ supersede the message in the current buffer. | |||
| 289 | 289 | ||
| 290 | @vindex message-ignored-supersedes-headers | 290 | @vindex message-ignored-supersedes-headers |
| 291 | Headers matching the @code{message-ignored-supersedes-headers} are | 291 | Headers matching the @code{message-ignored-supersedes-headers} are |
| 292 | removed before popping up the new message buffer. The default is@* | 292 | removed before popping up the new message buffer. |
| 293 | @samp{^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|@* | ||
| 294 | ^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-Complaints-To:\\|@* | ||
| 295 | Return-Path:\\|^Supersedes:\\|^NNTP-Posting-Date:\\|^X-Trace:\\|@* | ||
| 296 | ^X-Complaints-To:\\|^Cancel-Lock:\\|^Cancel-Key:\\|^X-Hashcash:\\|@* | ||
| 297 | ^X-Payment:\\|^Approved:}. | ||
| 298 | 293 | ||
| 299 | 294 | ||
| 300 | 295 | ||