diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-03-30 07:02:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-03-30 07:02:23 -0700 |
commit | 9fb92a7e07d71a8b9ca89c1f14142111768d257a (patch) | |
tree | adb4272150b2acc867d99e8e4bc4e69bb4cd4210 | |
parent | 7fec98c58e2c5db307ee50f75bf60fdf47fd4114 (diff) | |
download | txr-9fb92a7e07d71a8b9ca89c1f14142111768d257a.tar.gz txr-9fb92a7e07d71a8b9ca89c1f14142111768d257a.tar.bz2 txr-9fb92a7e07d71a8b9ca89c1f14142111768d257a.zip |
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.
-rw-r--r-- | txr.1 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |