X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Fcl.info-1;h=11eb3c963d7d98099f8eba9caa3fe745d24662e2;hb=0b9baacd1e036a42e9298ebbc70af01ecd4c222f;hp=39091b886820900127585f8b7fe41c23f9e51ea0;hpb=376658ea71d16dced8acff36c3e385ac3738d868;p=chise%2Fxemacs-chise.git diff --git a/info/cl.info-1 b/info/cl.info-1 index 39091b8..11eb3c9 100644 --- a/info/cl.info-1 +++ b/info/cl.info-1 @@ -224,10 +224,10 @@ a `*' has been appended to the Common Lisp name to obtain the Emacs name: defun* defsubst* defmacro* function* - member* assoc* rassoc* get* - remove* delete* mapcar* sort* - floor* ceiling* truncate* round* - mod* rem* random* + member* assoc* rassoc* remove* + delete* mapcar* sort* floor* + ceiling* truncate* round* mod* + rem* random* Internal function and variable names in the package are prefixed by `cl-'. Here is a complete list of functions _not_ prefixed by `cl-' @@ -918,8 +918,8 @@ variables. nth rest first .. tenth aref elt nthcdr symbol-function symbol-value symbol-plist - get get* getf - gethash subseq + get getf gethash + subseq Note that for `nthcdr' and `getf', the list argument of the function must itself be a valid PLACE form. For example,