summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-13Allow disabling of reloading files on doc read failureSpencer Baugh
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-26Avoid crashes in Fdocumentation caused by incorrect data typesPip Cet
2025-01-24Support loading dynamic docstrings from Emacs <29Stefan Kangas
2025-01-24Don't use negative positions for docstringsStefan Kangas
2025-01-23Simplify Fdocumentation and Fdocumentation_propertyStefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-08Fix store_function_docstring for native subrs (Bug#74966)Pip Cet
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-30; * src/doc.c (store_function_docstring): Fix typo.Pip Cet
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-10-17; * src/doc.c (Ftext_quoting_style): Make doc string agree with code.Mattias Engdegård
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