summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* Improve error reporting for DOC file problemsPaul Eggert2019-09-111-1/+1
* Mention that text properties are removed in substitute-command-keysLars Ingebrigtsen2019-08-161-2/+2
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-091-1/+1
* Restrict indirect lookups in Fdocumentation_propertyLars Ingebrigtsen2019-06-261-3/+5
* Fdocumentation_property: Return doc string for indirect variablesLars Ingebrigtsen2019-06-261-0/+12
* Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-241-1/+3
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Add portable dumperDaniel Colascione2019-01-151-12/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-1/+1
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-13/+13
* | Tune SAFE_FREEPaul Eggert2018-06-281-6/+3
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-131-26/+16
|/
* Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)Noam Postavsky2018-02-081-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-1/+1
* Tweak Fdocumentation's error for an undefined functionGlenn Morris2017-10-201-0/+2
* Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie2017-10-011-20/+16
* Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie2017-10-011-16/+20
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Reimplement module functionsPhilipp Stephani2017-05-201-0/+2
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-2/+2
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-5/+4
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * * src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.Eli Zaretskii2016-08-161-1/+1
| * Avoid segfaults due to quoting in 'substitute-command-keys'Eli Zaretskii2016-08-161-4/+16
* | Fix unlikely substitute-command-keys memory leakPaul Eggert2016-12-081-4/+13
* | Minor doc quoting fixesPaul Eggert2016-08-301-1/+1
* | * src/doc.c (Fsubstitute_command_keys): Clarify GC comments.Paul Eggert2016-08-171-2/+4
* | Omit substitute-command-keys code no longer neededPaul Eggert2016-08-161-3/+7
* | Minor text-quoting-style fixesPaul Eggert2016-08-131-4/+4
* | Fix substitute-command-keys unibyte, alloc bugsPaul Eggert2016-08-131-92/+77
* | Port to platforms where char * has top bit setPaul Eggert2016-06-141-15/+3
* | Remove recursion from store_function_docstringPaul Eggert2016-06-141-10/+10
* | 'text-quoting-style' now affects only ` and 'Paul Eggert2016-05-101-30/+11
* | Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie2016-05-041-2/+10
* | Merge from origin/emacs-25Paul Eggert2016-04-181-3/+22
|\ \ | |/
| * substitute-command-keys keeps quotes’ text propsPaul Eggert2016-04-141-3/+22
* | Merge from origin/emacs-25John Wiegley2016-03-111-3/+6
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
| * doc string file descriptor exhaustion fixPaul Eggert2016-03-041-3/+3
| * Fix Bug#22814Michael Albinus2016-03-041-0/+3
* | --enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert2016-02-261-6/+6
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Improve text-quoting-style docPaul Eggert2015-11-231-1/+2
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-7/+7