From cddf617ef0875c4954aab360ea6b971411f57515 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 30 Mar 2021 07:02:23 -0700 Subject: doc: incorrect synopsis of push. * txr.1: Under the summary of place-mutating operations, rewrite the description of push which falsely claims that the pushed item is returned. --- txr.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/txr.1 b/txr.1 index 75abc1d5..b0218faa 100644 --- a/txr.1 +++ b/txr.1 @@ -13406,12 +13406,13 @@ and .metn right-place . .meIP (push < item << place ) -Pushes +Adds .meta item -into the list stored in +to the front of the list which is currently stored in +.codn place , +then stores the extended list back into .code place -and returns -.codn item . +and returns it. .meIP (pop << place ) Pop the list stored in -- cgit v1.2.3