aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-09-13Allow disabling of reloading files on doc read failureSpencer Baugh1-2/+17
2025-01-26Avoid crashes in Fdocumentation caused by incorrect data typesPip Cet1-1/+1
2025-01-24Support loading dynamic docstrings from Emacs <29Stefan Kangas1-1/+4
2025-01-24Don't use negative positions for docstringsStefan Kangas1-16/+8
2025-01-23Simplify Fdocumentation and Fdocumentation_propertyStefan Kangas1-21/+11
2025-01-19Replace call[1-8] with callnStefan Kangas1-3/+3
2025-01-08Fix store_function_docstring for native subrs (Bug#74966)Pip Cet1-1/+4
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-30; * src/doc.c (store_function_docstring): Fix typo.Pip Cet1-1/+1
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-1/+0
2024-10-17; * src/doc.c (Ftext_quoting_style): Make doc string agree with code.Mattias Engdegård1-1/+1
2024-05-28Rename `subr-native-elisp` to `native-comp-function` (bug#71123)Stefan Monnier1-1/+1
2024-05-26Clean up legacy bytecode loadingMattias Engdegård1-43/+4
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu1-2/+3
2024-04-28(COMPILED): Rename to CLOSUREStefan Monnier1-4/+4
2024-04-28Implement dots and dashes on HaikuPo Lu1-2/+18
2024-02-02bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier1-38/+20
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-07-12; * src/doc.c (doc_close): Remove unused macro.Po Lu1-2/+0
2023-07-12Update Android portPo Lu1-10/+69
2023-01-13(function-documentation): Make it work for the remaining casesStefan Monnier1-13/+21
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-09-19Avoid an unnecessary call to internStefan Kangas1-1/+1
2022-09-10Doc fixes for 'text-quoting-style'Stefan Kangas1-2/+13
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård1-3/+3
2022-05-31Be more robust if doc file is corruptedPaul Eggert1-0/+2
2022-04-26New generic function `oclosure-interactive-form`Stefan Monnier1-3/+1
2022-04-07OClosure: New function `function-documentation`Stefan Monnier1-49/+1
2022-03-28Add OClosures, a cross between functions and structsStefan Monnier1-2/+10
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård1-3/+2
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-30Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier1-2/+6
2021-05-06; * src/doc.c (syms_of_doc): Fix last change.Eli Zaretskii1-7/+7
2021-05-06Improve formatting in text-quoting-style docstringStefan Kangas1-11/+13
2021-04-29* src/doc.c (Fsnarf_documentation): Fix bug#48019Stefan Monnier1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-31Minor cleanup in doc.cStefan Kangas1-24/+14
2020-11-09Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas1-26/+14
2020-10-18Remove C version of substitute-command-keysStefan Kangas1-303/+0
2020-10-18Add new Lisp implementation of substitute-command-keysStefan Kangas1-7/+29
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab1-1/+1
2020-04-25Lazy load function documentation.Andrea Corallo1-4/+1
2020-04-25Store function documentations in a hash table.Andrea Corallo1-1/+4
2020-03-10* Fix store_function_docstring for for native functionsAndreaCorallo1-5/+1
2020-01-01fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo1-1/+1
2020-01-01mitigate ifdef proliferationAndrea Corallo1-2/+0
2020-01-01add initial native compiler pdumper supportAndrea Corallo1-4/+6