aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | * doc/lispref/functions.texi (Core Advising Primitives): Add a note about theStefan Monnier2014-09-042-9/+20
* | | | | | | | | | | | | | | | | * strings.texi (Text Comparison): Describe `string-collate-equalp'Michael Albinus2014-09-072-0/+102
* | | | | | | | | | | | | | | | | Add vector qpattern to pcaseLeo Liu2014-09-062-0/+9
* | | | | | | | | | | | | | | | | * doc/lispref/lists.texi (Functions that Rearrange Lists): RemoveDmitry Antipov2014-08-293-68/+99
* | | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-272-2/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Update Emacs's bidirectional conformance per Unicode 6.3.0.Eli Zaretskii2014-08-192-2/+9
* | | | | | | | | | | | | | | | | * src/keyboard.c (Vtop_level_message): Rename toDmitry Antipov2014-08-272-1/+10
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | doc/lispref/internals.texi (Garbage Collection): Fix last change.Eli Zaretskii2014-07-112-0/+5
* | | | | | | | | | | | | | | | * src/alloc.c (Fmemory_info) [HAVE_LINUX_SYSINFO]: Return nil ifDmitry Antipov2014-07-112-0/+8
* | | | | | | | | | | | | | | | Hide password in batch modeMichael Albinus2014-07-112-5/+12
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-082-17/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | * doc/lispref/debugging.texi (Function Debugging, Debugger Commands):Stefan Monnier2014-07-082-17/+7
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-022-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Doc and comment fixes re "online" helpGlenn Morris2014-06-282-1/+6
* | | | | | | | | | | | | | | | * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.Stefan Monnier2014-07-012-24/+10
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.caGlenn Morris2014-06-282-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Warn about read-passwd in batch modeGlenn Morris2014-06-262-2/+10
* | | | | | | | | | | | | | | | Misc small doc/ Makefile cleanupGlenn Morris2014-06-222-15/+20
* | | | | | | | | | | | | | | | Disable implicit texi rules in doc/Glenn Morris2014-06-222-0/+7
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-212-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Improve documentation of how vertical-motion interprets columns.Eli Zaretskii2014-06-212-1/+10
* | | | | | | | | | | | | | | | Parallelize clean rules using GNU make featuresGlenn Morris2014-06-142-2/+6
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.orgGlenn Morris2014-06-142-10/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Fix documentation mentioned in bug #17768.Eli Zaretskii2014-06-142-10/+16
* | | | | | | | | | | | | | | | Add .info extension to @setfilename commands in doc/Glenn Morris2014-06-091-1/+1
* | | | | | | | | | | | | | | | Get rid of the INFO_EXT variableGlenn Morris2014-06-092-8/+11
* | | | | | | | | | | | | | | | Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert2014-06-092-2/+9
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-0810-32/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Doc fixes: markup (mainly nil -> @code{nil})Glenn Morris2014-06-087-15/+15
| * | | | | | | | | | | | | | | Small doc updates re initial-buffer-choiceGlenn Morris2014-06-082-5/+12
| * | | | | | | | | | | | | | | Doc edits re uniquifyGlenn Morris2014-06-082-0/+7
| * | | | | | | | | | | | | | | Doc tweaks re < etcGlenn Morris2014-06-072-12/+12
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-075-23/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Doc updates re window-setup-hookGlenn Morris2014-06-064-17/+17
| * | | | | | | | | | | | | | | Document incompatible overlay priority changeGlenn Morris2014-06-052-6/+14
| * | | | | | | | | | | | | | | Spelling fixes.Paul Eggert2014-06-051-2/+2
| * | | | | | | | | | | | | | | Some documentation for signing of packagesGlenn Morris2014-06-042-0/+39
* | | | | | | | | | | | | | | | Document latest changes in make_lispy_position.Eli Zaretskii2014-06-072-2/+8
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-015-54/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Doc updates re filter-buffer-substringGlenn Morris2014-05-263-29/+40
| * | | | | | | | | | | | | | | Doc updates re completion-in-region-functionGlenn Morris2014-05-261-1/+0
| * | | | | | | | | | | | | | | Doc updates re abbrev-expand-functionGlenn Morris2014-05-263-24/+28
* | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-252-6/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Fix bug #17511 with unclear documentation of line-move-ignore-invisible.Eli Zaretskii2014-05-172-6/+17
* | | | | | | | | | | | | | | | * sequences.texi (Sequence Functions): Don't mention when and howLeo Liu2014-05-222-6/+6
* | | | | | | | | | | | | | | | * doc/lispref/sequences.texi (Sequence Functions): Update nreverse.Leo Liu2014-05-212-2/+9
* | | | | | | | | | | | | | | | Allow any non-nil value to count as true in bool-vector.Paul Eggert2014-05-192-23/+29
* | | | | | | | | | | | | | | | * src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov2014-05-192-4/+33
* | | | | | | | | | | | | | | | Assume C99 or later.Paul Eggert2014-05-172-7/+11
* | | | | | | | | | | | | | | | * src/fns.c (Fnreverse): Allow vectors and bool vectors.Dmitry Antipov2014-05-153-53/+70