[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 0fa1850: ; * lisp/emacs-lisp/cl-lib.el (cl-pushnew)
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master 0fa1850: ; * lisp/emacs-lisp/cl-lib.el (cl-pushnew): Doc fix. |
Date: |
Fri, 23 Aug 2019 04:44:16 -0400 (EDT) |
branch: master
commit 0fa18503522b3016647cabd67eb4abce7aa092c1
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
; * lisp/emacs-lisp/cl-lib.el (cl-pushnew): Doc fix.
---
lisp/emacs-lisp/cl-lib.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el
index fceabf8..c09fcf5 100644
--- a/lisp/emacs-lisp/cl-lib.el
+++ b/lisp/emacs-lisp/cl-lib.el
@@ -129,11 +129,11 @@ The return value is the decremented value of PLACE."
(list 'cl-callf '- place (or x 1))))
(defmacro cl-pushnew (x place &rest keys)
- "Add X to the list stored in PLACE unless already X is already in the list.
+ "Add X to the list stored in PLACE unless X is already in the list.
PLACE is a generalized variable that stores a list.
-Like (push X PLACE), except that PLACE is unmodified if X is
-`eql' to an element already in PLACE list.
+Like (push X PLACE), except that PLACE is unmodified if X is `eql'
+to an element already in the list stored in PLACE.
\nKeywords supported: :test :test-not :key
\n(fn X PLACE [KEYWORD VALUE]...)"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 0fa1850: ; * lisp/emacs-lisp/cl-lib.el (cl-pushnew): Doc fix.,
Eli Zaretskii <=