summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
2024-05-28Rename `subr-native-elisp` to `native-comp-function` (bug#71123)Stefan Monnier
2024-05-26Clean up legacy bytecode loadingMattias Engdegård
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-04-28(COMPILED): Rename to CLOSUREStefan Monnier
2024-04-28Implement dots and dashes on HaikuPo Lu
2024-02-02bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-12; * src/doc.c (doc_close): Remove unused macro.Po Lu
2023-07-12Update Android portPo Lu
2023-01-13(function-documentation): Make it work for the remaining casesStefan Monnier
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-19Avoid an unnecessary call to internStefan Kangas
2022-09-10Doc fixes for 'text-quoting-style'Stefan Kangas
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-05-31Be more robust if doc file is corruptedPaul Eggert
2022-04-26New generic function `oclosure-interactive-form`Stefan Monnier
2022-04-07OClosure: New function `function-documentation`Stefan Monnier
2022-03-28Add OClosures, a cross between functions and structsStefan Monnier
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-30Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier
2021-05-06; * src/doc.c (syms_of_doc): Fix last change.Eli Zaretskii
2021-05-06Improve formatting in text-quoting-style docstringStefan Kangas
2021-04-29* src/doc.c (Fsnarf_documentation): Fix bug#48019Stefan Monnier
2021-01-02Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-31Minor cleanup in doc.cStefan Kangas
2020-11-14Merge remote-tracking branch 'savannah/master' into devAndrea Corallo
2020-11-09Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas
2020-10-23Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-10-18Remove C version of substitute-command-keysStefan Kangas
2020-10-18Add new Lisp implementation of substitute-command-keysStefan Kangas
2020-10-10Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-04-25Lazy load function documentation.Andrea Corallo
2020-04-25Store function documentations in a hash table.Andrea Corallo
2020-03-10* Fix store_function_docstring for for native functionsAndreaCorallo
2020-01-01fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo
2020-01-01mitigate ifdef proliferationAndrea Corallo
2020-01-01add initial native compiler pdumper supportAndrea Corallo
2020-01-01add native compiled function docstring supportAndrea Corallo
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-11Improve error reporting for DOC file problemsPaul Eggert
2019-08-16Mention that text properties are removed in substitute-command-keysLars Ingebrigtsen
2019-07-09Do not alter match data in Fcapitalize etc.Paul Eggert
2019-06-26Restrict indirect lookups in Fdocumentation_propertyLars Ingebrigtsen
2019-06-26Fdocumentation_property: Return doc string for indirect variablesLars Ingebrigtsen
2019-04-24Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani