summaryrefslogtreecommitdiff
path: root/doc/misc/cl.texi
Commit message (Expand)AuthorAgeFilesLines
* Revert @documentencoding changes in the docs.Eli Zaretskii2013-12-301-3/+1
* Specify info encoding and language....* emacs.texi, emacs-xtra.texi: * emacs-lisp-intro.texi: * back.texi, book-spine.texi, elisp.texi, lay-flat.texi: * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi: * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi: * ede.texi, ediff.texi, edt.texi, efaq-w32.texi, efaq.texi: * eieio.texi, emacs-gnutls.texi, emacs-mime.texi, epa.texi, erc.texi: * ert.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi: * gnus-coding.texi, gnus-faq.texi, gnus.texi, htmlfontify.texi: * idlwave.texi, ido.texi, info.texi, mairix-el.texi, message.texi: * mh-e.texi, newsticker.texi, nxml-mode.texi, octave-mode.texi: * org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi: * remember.texi, sasl.texi, sc.texi, semantic.texi, ses.texi: * sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi: * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi: * widget.texi, wisent.texi, woman.texi: Add @documentencoding, @documentlanguage as needed. Fixes: debbugs:16292 Paul Eggert2013-12-291-1/+3
* * doc/misc/cl.texi (Argument Lists): Add indexes for &key and &aux.Xue Fuqiao2013-10-151-0/+2
* doc/misc/cl.texi: Add index for compiler macro.Xue Fuqiao2013-08-071-0/+2
* doc/misc/cl.texi: Add indexes....* doc/misc/cl.texi (Argument Lists): (For Clauses): Add indexes. Xue Fuqiao2013-08-071-0/+2
* * doc/misc/cl.texi (Blocks and Exits): Add an index.Xue Fuqiao2013-08-051-0/+1
* * doc/misc/cl.texi (Obsolete Macros): Describe replacements for `flet'....Fixes: debbugs:14293 Stefan Monnier2013-05-041-3/+20
* Make cl-floatp-safe just an alias for floatp...* lisp/emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp. * lisp/emacs-lisp/cl-macs.el (cl--make-type-test) (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe. * doc/misc/cl.texi: Remove commented out sections about cl-floatp-safe. Glenn Morris2013-02-191-16/+0
* Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-121-1/+1
|\
| * In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-121-1/+1
* | Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.caGlenn Morris2013-02-061-2/+3
|\|
| * * doc/misc/cl.texi (Equality Predicates): Mention memql.Glenn Morris2013-02-051-2/+1
| * * doc/misc/cl.texi (Equality Predicates): Fix eq/eql pedantry.Glenn Morris2013-02-031-2/+4
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.orgGlenn Morris2012-12-221-1/+1
|\|
| * Hyphen and dash fixes in texinfo files.Paul Eggert2012-12-221-1/+1
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-2/+1
|\|
| * Don't say "buying copies from the FSF" for manuals they do not publish...Ref "License Notices for Documentation" in maintain.info Glenn Morris2012-12-211-2/+1
* | * doc/misc/cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf....* etc/NEWS: Related edit. Glenn Morris2012-12-121-10/+0
|/
* Fix minor whitespace issues after "." in manual....Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973 Paul Eggert2012-12-051-5/+5
* cl.texi flet clarification...* doc/misc/cl.texi (Function Bindings): Clarify that cl-flet is lexical. (Obsolete Macros): Move example here from Function Bindings. * etc/NEWS: Related edit. Glenn Morris2012-11-151-21/+27
* * cl.texi (Obsolete Setf Customization): Updates for define-setf-method....* etc/NEWS: Related markup. Glenn Morris2012-11-071-14/+9
* More cl-lib and gv doc updates...* lisp/emacs-lisp/cl.el (define-setf-expander, defsetf) (define-modify-macro): Doc fixes. * doc/misc/cl.texi (Obsolete Setf Customization): Give defsetf gv.el replacements. * etc/NEWS: Related edit. Glenn Morris2012-11-071-10/+19
* * cl.texi (Obsolete Setf Customization): Give define-modify-macro replacement.Glenn Morris2012-11-071-11/+34
* Small doc updates for generalized variables...* lisp/emacs-lisp/gv.el (gv-letplace): Fix doc typo. (gv-define-simple-setter): Update doc of `fix-return'. * doc/lispref/variables.texi (Adding Generalized Variables): Update description of FIX-RETURN expansion. * doc/misc/cl.texi (Obsolete Setf Customization): Revert defsetf example to the more correct let rather than prog1. Glenn Morris2012-11-061-5/+5
* More small cl.texi updates...* doc/misc/cl.texi (Setf Extensions): Remove obsolete reference. (Obsolete Setf Customization): Mention simple defsetf replaced by gv-define-simple-setter. Glenn Morris2012-11-051-16/+14
* Removed some doubly-deleted, commented out stuff from cl.texiGlenn Morris2012-11-051-13/+0
* * doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix.Glenn Morris2012-11-051-1/+2
* Undocument get-setf-method, no longer exists...* doc/misc/cl.texi (Obsolete Setf Customization): Undocument get-setf-method, since it no longer exists. * etc/NEWS: Mention this. Glenn Morris2012-11-051-9/+10
* Move note on lack of setf functions from cl.texi to lispref...* doc/lispref/variables.texi (Adding Generalized Variables): Move note on lack of setf functions to here... * doc/misc/cl.texi (Obsolete Setf Customization): ... from here. Glenn Morris2012-11-051-13/+0
* Further small cl.texi changes...* doc/misc/cl.texi (Creating Symbols, Random Numbers): De-emphasize internal variables cl--gensym-counter and cl--random-state. * etc/NEWS: Related edits. Fixes: debbugs:12788 Glenn Morris2012-11-031-25/+13
* More general edits for cl.texi AppendicesGlenn Morris2012-11-031-18/+27
* Further edits for doc/misc/cl.texi...* cl.texi: Further general copyedits. (List Functions): Remove copy-tree, standard elisp for some time. (Efficiency Concerns): Comment out examples that no longer apply. (Compiler Optimizations): Rename from "Optimizing Compiler"; reword. Glenn Morris2012-11-031-62/+49
* * doc/misc/cl.texi: Further general copyedits....Eg, no longer distinguish between "the optimizing compiler" and "the non-optimizing compiler" like they were different entities. Glenn Morris2012-11-021-76/+79
* Undocument cl-floatp-safe, since it is no longer relevant...* doc/misc/cl.texi (Naming Conventions, Type Predicates, Macros) (Predicates on Numbers): No longer mention cl-floatp-safe. Glenn Morris2012-11-021-7/+12
* More edits for cl.texi...* doc/misc/cl.texi: More copyedits, plus: (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual. (Macro Bindings, Blocks and Exits): Acknowledge existence of lexical-binding. (Iteration): Mainly defer to doc of standard dolist, dotimes. Glenn Morris2012-11-011-45/+44
* * doc/misc/cl.texi: General copyedits for style, line-breaks, etc....Replace "..." by @dots; car by @sc{car}, etc. Glenn Morris2012-10-311-116/+119
* * doc/misc/cl.texi (Modify Macros, Function Bindings): Add some xrefs.Glenn Morris2012-10-311-5/+16
* Spelling fixes.Paul Eggert2012-10-311-2/+1
* Document cl-flet and cl-labels in doc/misc/cl.texi...* doc/misc/cl.texi (Function Bindings): Update for cl-flet and cl-labels. (Obsolete Lexical Binding): Rename section from "Lexical Bindings". (Obsolete Macros): Rename section from "Obsolete Lexical Macros". Reword, and add details of flet and labels. * etc/NEWS: Related markup. Glenn Morris2012-10-311-50/+57
* Fix typo in earlier cl.texi changeGlenn Morris2012-10-301-1/+1
* cl-mapc small fixes...* lisp/emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix. * doc/misc/cl.texi (Mapping over Sequences): Mention cl-mapc naming oddity. Glenn Morris2012-10-301-2/+6
* More small manual updates for cl.texi...* doc/misc/cl.texi (Setf Extensions): Partially restore note about cl-getf, mainly moved to lispref/variables.texi. (Property Lists): Fix cl-getf typos. * doc/lispref/variables.texi (Generalized Variables): Fix typo. Glenn Morris2012-10-301-5/+8
* Doc and manual updates for cl-letf and letf...Fixes: debbugs:12760 * doc/misc/cl.texi (Modify Macros): Update for cl-letf changes. (Obsolete Lexical Macros): Say a little more about letf/cl-letf. * lisp/emacs-lisp/cl.el (letf): Doc fix. * etc/NEWS: Related edit. Glenn Morris2012-10-301-22/+37
* * cl.texi (Modify Macros, Other Clauses): Remove mentions of obsolete features.Glenn Morris2012-10-281-11/+10
* * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.Glenn Morris2012-10-281-4/+4
* Move some cl.texi setf extensions to the Obsolete appendix...* doc/misc/cl.texi (Customizing Setf): Move contents to "Obsolete Setf Customization". (Modify Macros, Multiple Values): Remove mentions of obsolete feature. Glenn Morris2012-10-281-222/+203
* * cl.texi (Setf Extensions): Remove `apply' setf since it seems to be disabled.Glenn Morris2012-10-281-1/+4
* Doc fix (use an alias to be consistent with the rest of this manual)Glenn Morris2012-10-281-1/+1