summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-28
* Implement dots and dashes on HaikuPo Lu2024-04-28
* bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier2024-02-02
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | ; * src/doc.c (doc_close): Remove unused macro.Po Lu2023-07-12
* | Update Android portPo Lu2023-07-12
* | (function-documentation): Make it work for the remaining casesStefan Monnier2023-01-13
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Avoid an unnecessary call to internStefan Kangas2022-09-19
* Doc fixes for 'text-quoting-style'Stefan Kangas2022-09-10
* Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-16
* Be more robust if doc file is corruptedPaul Eggert2022-05-31
* New generic function `oclosure-interactive-form`Stefan Monnier2022-04-26
* OClosure: New function `function-documentation`Stefan Monnier2022-04-07
* Add OClosures, a cross between functions and structsStefan Monnier2022-03-28
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-30
|/
* ; * src/doc.c (syms_of_doc): Fix last change.Eli Zaretskii2021-05-06
* Improve formatting in text-quoting-style docstringStefan Kangas2021-05-06
* * src/doc.c (Fsnarf_documentation): Fix bug#48019Stefan Monnier2021-04-29
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\
| * Update copyright year to 2021Paul Eggert2021-01-01
| * Minor cleanup in doc.cStefan Kangas2020-12-31
* | Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-14
|\|
| * Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-09
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-23
|\|
| * Remove C version of substitute-command-keysStefan Kangas2020-10-18
| * Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-10
|\|
| * Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* | Lazy load function documentation.Andrea Corallo2020-04-25
* | Store function documentations in a hash table.Andrea Corallo2020-04-25
* | * Fix store_function_docstring for for native functionsAndreaCorallo2020-03-10
* | fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo2020-01-01
* | mitigate ifdef proliferationAndrea Corallo2020-01-01
* | add initial native compiler pdumper supportAndrea Corallo2020-01-01
* | add native compiled function docstring supportAndrea Corallo2020-01-01
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve error reporting for DOC file problemsPaul Eggert2019-09-11
* Mention that text properties are removed in substitute-command-keysLars Ingebrigtsen2019-08-16
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-09
* Restrict indirect lookups in Fdocumentation_propertyLars Ingebrigtsen2019-06-26
* Fdocumentation_property: Return doc string for indirect variablesLars Ingebrigtsen2019-06-26
* Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-24
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Add portable dumperDaniel Colascione2019-01-15