# HG changeset patch # User Richard M. Stallman # Date 936686226 0 # Node ID b76f1a72649af165e91f154c7297a667c4318df4 # Parent 5662c18836aeb6adfb17de0c6210e2be84d7f05e (push): Doc fix. diff -r 5662c18836ae -r b76f1a72649a lisp/subr.el --- a/lisp/subr.el Tue Sep 07 03:25:35 1999 +0000 +++ b/lisp/subr.el Tue Sep 07 06:37:06 1999 +0000 @@ -52,7 +52,7 @@ (list 'function (cons 'lambda cdr))) (defmacro push (newelt listname) - "Add NEWELT to the list which is the value of LISTNAME. + "Add NEWELT to the list stored in the symbol LISTNAME. This is equivalent to (setq LISTNAME (cons NEWELT LISTNAME)). LISTNAME must be a symbol." (list 'setq listname