bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47054: Interlink docstrings of ‘delete’ and ‘remove’


From: Juri Linkov
Subject: bug#47054: Interlink docstrings of ‘delete’ and ‘remove’
Date: Wed, 10 Mar 2021 19:12:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

The docstring of ‘delq’ links to ‘remq’:

  See also ‘remq’, which does not modify the argument.

The docstring of ‘remq’ links back to ‘delq’:

  Contrary to ‘delq’, this does not use side-effects,
  and the argument LIST is not modified.

Shouldn't docstrings of ‘delete’ and ‘remove’ do the same
and refer each other?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]