Fix gnus-faq example

* doc/misc/gnus-faq.texi (FAQ 6-2): replace-in-string was the XEmacs
name for the function.
This commit is contained in:
Lars Ingebrigtsen 2020-09-27 00:20:03 +02:00
parent 53cf5936c1
commit 13e75e620b

View file

@ -1757,7 +1757,7 @@ more then one article."
(let ((archive-name
(format
"nnml:1.%s"
(replace-in-string gnus-newsgroup-name "^.*:" ""))))
(replace-regexp-in-string "^.*:" "" gnus-newsgroup-name))))
(gnus-summary-copy-article n archive-name)))
@end example
@noindent