summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* ; * src/doc.c (syms_of_doc): Fix last change.Eli Zaretskii2021-05-061-7/+7
* Improve formatting in text-quoting-style docstringStefan Kangas2021-05-061-11/+13
* * src/doc.c (Fsnarf_documentation): Fix bug#48019Stefan Monnier2021-04-291-1/+1
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-25/+15
|\
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * Minor cleanup in doc.cStefan Kangas2020-12-311-24/+14
* | Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-141-26/+14
|\|
| * Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-091-26/+14
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-231-301/+20
|\|
| * Remove C version of substitute-command-keysStefan Kangas2020-10-181-303/+0
| * Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-181-7/+29
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-101-1/+1
|\|
| * Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* | Lazy load function documentation.Andrea Corallo2020-04-251-4/+1
* | Store function documentations in a hash table.Andrea Corallo2020-04-251-1/+4
* | * Fix store_function_docstring for for native functionsAndreaCorallo2020-03-101-5/+1
* | fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo2020-01-011-1/+1
* | mitigate ifdef proliferationAndrea Corallo2020-01-011-2/+0
* | add initial native compiler pdumper supportAndrea Corallo2020-01-011-4/+6
* | add native compiled function docstring supportAndrea Corallo2020-01-011-1/+11
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* 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