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:
parent
53cf5936c1
commit
13e75e620b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue