| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert @documentencoding changes in the docs. | Eli Zaretskii | 2013-12-30 | 1 | -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 Eggert | 2013-12-29 | 1 | -1/+3 |
* | * doc/misc/cl.texi (Argument Lists): Add indexes for &key and &aux. | Xue Fuqiao | 2013-10-15 | 1 | -0/+2 |
* | doc/misc/cl.texi: Add index for compiler macro. | Xue Fuqiao | 2013-08-07 | 1 | -0/+2 |
* | doc/misc/cl.texi: Add indexes....* doc/misc/cl.texi (Argument Lists):
(For Clauses): Add indexes.
| Xue Fuqiao | 2013-08-07 | 1 | -0/+2 |
* | * doc/misc/cl.texi (Blocks and Exits): Add an index. | Xue Fuqiao | 2013-08-05 | 1 | -0/+1 |
* | * doc/misc/cl.texi (Obsolete Macros): Describe replacements for `flet'....Fixes: debbugs:14293
| Stefan Monnier | 2013-05-04 | 1 | -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 Morris | 2013-02-19 | 1 | -16/+0 |
* | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org | Glenn Morris | 2013-02-12 | 1 | -1/+1 |
|\ |
|
| * | In doc, use standard American English style for e.g., etc., i.e. | Paul Eggert | 2013-02-12 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.ca | Glenn Morris | 2013-02-06 | 1 | -2/+3 |
|\| |
|
| * | * doc/misc/cl.texi (Equality Predicates): Mention memql. | Glenn Morris | 2013-02-05 | 1 | -2/+1 |
| * | * doc/misc/cl.texi (Equality Predicates): Fix eq/eql pedantry. | Glenn Morris | 2013-02-03 | 1 | -2/+4 |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\| |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.org | Glenn Morris | 2012-12-22 | 1 | -1/+1 |
|\| |
|
| * | Hyphen and dash fixes in texinfo files. | Paul Eggert | 2012-12-22 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org | Glenn Morris | 2012-12-21 | 1 | -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 Morris | 2012-12-21 | 1 | -2/+1 |
* | | * doc/misc/cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf....* etc/NEWS: Related edit.
| Glenn Morris | 2012-12-12 | 1 | -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 Eggert | 2012-12-05 | 1 | -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 Morris | 2012-11-15 | 1 | -21/+27 |
* | * cl.texi (Obsolete Setf Customization): Updates for define-setf-method....* etc/NEWS: Related markup.
| Glenn Morris | 2012-11-07 | 1 | -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 Morris | 2012-11-07 | 1 | -10/+19 |
* | * cl.texi (Obsolete Setf Customization): Give define-modify-macro replacement. | Glenn Morris | 2012-11-07 | 1 | -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 Morris | 2012-11-06 | 1 | -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 Morris | 2012-11-05 | 1 | -16/+14 |
* | Removed some doubly-deleted, commented out stuff from cl.texi | Glenn Morris | 2012-11-05 | 1 | -13/+0 |
* | * doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix. | Glenn Morris | 2012-11-05 | 1 | -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 Morris | 2012-11-05 | 1 | -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 Morris | 2012-11-05 | 1 | -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 Morris | 2012-11-03 | 1 | -25/+13 |
* | More general edits for cl.texi Appendices | Glenn Morris | 2012-11-03 | 1 | -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 Morris | 2012-11-03 | 1 | -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 Morris | 2012-11-02 | 1 | -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 Morris | 2012-11-02 | 1 | -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 Morris | 2012-11-01 | 1 | -45/+44 |
* | * doc/misc/cl.texi: General copyedits for style, line-breaks, etc....Replace "..." by @dots; car by @sc{car}, etc.
| Glenn Morris | 2012-10-31 | 1 | -116/+119 |
* | * doc/misc/cl.texi (Modify Macros, Function Bindings): Add some xrefs. | Glenn Morris | 2012-10-31 | 1 | -5/+16 |
* | Spelling fixes. | Paul Eggert | 2012-10-31 | 1 | -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 Morris | 2012-10-31 | 1 | -50/+57 |
* | Fix typo in earlier cl.texi change | Glenn Morris | 2012-10-30 | 1 | -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 Morris | 2012-10-30 | 1 | -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 Morris | 2012-10-30 | 1 | -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 Morris | 2012-10-30 | 1 | -22/+37 |
* | * cl.texi (Modify Macros, Other Clauses): Remove mentions of obsolete features. | Glenn Morris | 2012-10-28 | 1 | -11/+10 |
* | * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf. | Glenn Morris | 2012-10-28 | 1 | -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 Morris | 2012-10-28 | 1 | -222/+203 |
* | * cl.texi (Setf Extensions): Remove `apply' setf since it seems to be disabled. | Glenn Morris | 2012-10-28 | 1 | -1/+4 |
* | Doc fix (use an alias to be consistent with the rest of this manual) | Glenn Morris | 2012-10-28 | 1 | -1/+1 |