aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | * doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)Ari Roponen2013-01-032-1/+5
* | | | | * src/fileio.c (Ffile_acl): Undocument return format.Stefan Monnier2013-01-032-1/+5
* | | | | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-025-12/+21
|\ \ \ \ \ | |/ / / /
| * | | | Tweak some lispref line breaksGlenn Morris2013-01-023-10/+13
| * | | | * doc/lispref/searching.texi (Replacing Match): Fix xref.Glenn Morris2013-01-022-1/+3
| * | | | * doc/lispref/elisp.texi (DATE): Bump to Jan 2013.Glenn Morris2013-01-022-1/+5
* | | | | Correct dates of merged ChangeLog entriesGlenn Morris2013-01-021-1/+1
* | | | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-0256-77/+103
|\ \ \ \ \ | |/ / / /
| * | | | Update copyright notices for 2013.Paul Eggert2013-01-0156-73/+91
| * | | | Refer to "button" rather than "active field" in lisprefGlenn Morris2012-12-312-3/+5
| * | | | Add an xref, cindex to the lisprefGlenn Morris2012-12-313-1/+7
* | | | | Merge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka@jpl.orgGlenn Morris2012-12-305-5/+13
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug #13292 with use of @var in @def.. commands in ELisp manual.Eli Zaretskii2012-12-295-5/+13
* | | | | Fix bug #13298 with failed backups by falling back on set-file-modes.Eli Zaretskii2012-12-292-4/+13
* | | | | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-272-1/+13
|\ \ \ \ \ | |/ / / /
| * | | | Document cygwin-convert-file-name-{to|from}-windowsGlenn Morris2012-12-262-1/+13
* | | | | Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.orgGlenn Morris2012-12-228-29/+36
|\ \ \ \ \ | |/ / / /
| * | | | Hyphen and dash fixes in texinfo files.Paul Eggert2012-12-227-25/+25
| * | | | Reword doc and doc-string of select-window (Bug#13248).Martin Rudalics2012-12-222-4/+11
* | | | | Undocument the details of the string returned by file-acl.Eli Zaretskii2012-12-222-25/+17
* | | | | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-214-16/+34
|\ \ \ \ \ | |/ / / /
| * | | | * modes.texi (Auto Major Mode): Fix typo.Chong Yidong2012-12-212-1/+3
| * | | | * customize.texi (Simple Types): Document key-sequence type.Chong Yidong2012-12-212-0/+10
| * | | | * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-152-15/+23
| * | | | Backport spelling fix from trunkGlenn Morris2012-12-112-4/+4
* | | | | * files.texi (Magic File Names): Add `file-acl',Michael Albinus2012-12-192-7/+25
* | | | | * lisp/emacs-lisp/lisp-mnt.el (lm-section-end): Always end before theJonas Bernoulli2012-12-192-2/+10
* | | | | Support Posix ACL APIs on MS-Windows.Eli Zaretskii2012-12-172-4/+17
| |_|_|/ |/| | |
* | | | Add support for preserving ACL entries of files.Romain Francoise2012-12-162-3/+48
* | | | Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-143-6/+28
* | | | Spelling fixes.Paul Eggert2012-12-112-4/+4
* | | | * internals.texi (C Integer Types): New section.Paul Eggert2012-12-102-0/+94
* | | | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-093-33/+144
|\ \ \ \ | |/ / /
| * | | * doc/lispref/control.texi (Pattern maching case statement): New node.Stefan Monnier2012-12-092-0/+108
| * | | * doc/lispref/customize.texi (Variable Definitions): Mention the default :groupStefan Monnier2012-12-062-33/+38
* | | | Make eval-defun on a pre-defined defcustom call any :set functionGlenn Morris2012-12-082-2/+9
* | | | Spelling fixes.Paul Eggert2012-12-062-3/+3
* | | | * doc/lispref/internals.texi: Fix minor whitespace problems.Paul Eggert2012-12-061-12/+12
* | | | Update licenses to latest version from FSF.Paul Eggert2012-12-063-5/+10
* | | | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-0538-186/+187
|\ \ \ \ | |/ / /
| * | | Fix minor whitespace issues after "." in manual.Paul Eggert2012-12-0536-171/+165
| * | | Minor fixes for Lisp manual.Chong Yidong2012-12-053-15/+22
* | | | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-0210-180/+323
|\ \ \ \ | |/ / /
| * | | Lisp manual improvements for plists and symbol plists.Chong Yidong2012-12-029-175/+314
| * | | Document the conversion of kbd into a function.Chong Yidong2012-12-022-5/+9
* | | | * doclicense.texi, gpl.texi: Update to latest version from FSF.Paul Eggert2012-11-244-25/+26
* | | | * loading.texi (Named Features): @ -> @@ to fix typo.Paul Eggert2012-11-232-1/+5
* | | | Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-235-145/+186
|\ \ \ \ | |/ / /
| * | | Correct and reword recent changes to window.texi.Martin Rudalics2012-11-233-139/+165
| * | | * modes.texi (%-Constructs): Fix statement about mode construct padding.Chong Yidong2012-11-232-5/+15