1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(push): Doc fix.

This commit is contained in:
Richard M. Stallman 1999-09-07 06:37:06 +00:00
parent 7baf49cf5e
commit fa65505b4d

View File

@ -52,7 +52,7 @@ BODY should be a list of lisp expressions."
(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