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:
parent
7baf49cf5e
commit
fa65505b4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user