summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* (function-documentation): Make it work for the remaining casesStefan Monnier2023-01-131-13/+21
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Avoid an unnecessary call to internStefan Kangas2022-09-191-1/+1
* Doc fixes for 'text-quoting-style'Stefan Kangas2022-09-101-2/+13
* Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-161-3/+3
* Be more robust if doc file is corruptedPaul Eggert2022-05-311-0/+2
* New generic function `oclosure-interactive-form`Stefan Monnier2022-04-261-3/+1
* OClosure: New function `function-documentation`Stefan Monnier2022-04-071-49/+1
* Add OClosures, a cross between functions and structsStefan Monnier2022-03-281-2/+10
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-3/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-301-2/+6
|/
* ; * 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