aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow disabling of reloading files on doc read failureSpencer Baugh2025-09-131-2/+17
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-1/+0
|\
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-1/+0
* | Avoid crashes in Fdocumentation caused by incorrect data typesPip Cet2025-01-261-1/+1
* | Support loading dynamic docstrings from Emacs <29Stefan Kangas2025-01-241-1/+4
* | Don't use negative positions for docstringsStefan Kangas2025-01-241-16/+8
* | Simplify Fdocumentation and Fdocumentation_propertyStefan Kangas2025-01-231-21/+11
* | Replace call[1-8] with callnStefan Kangas2025-01-191-3/+3
* | Fix store_function_docstring for native subrs (Bug#74966)Pip Cet2025-01-081-1/+4
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | ; * src/doc.c (store_function_docstring): Fix typo.Pip Cet2024-12-301-1/+1
|/
* ; * src/doc.c (Ftext_quoting_style): Make doc string agree with code.Mattias Engdegård2024-10-171-1/+1
* Rename `subr-native-elisp` to `native-comp-function` (bug#71123)Stefan Monnier2024-05-281-1/+1
* Clean up legacy bytecode loadingMattias Engdegård2024-05-261-43/+4
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-2/+3
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-4/+4
* Implement dots and dashes on HaikuPo Lu2024-04-281-2/+18
* bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier2024-02-021-38/+20
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; * src/doc.c (doc_close): Remove unused macro.Po Lu2023-07-121-2/+0
* | Update Android portPo Lu2023-07-121-10/+69
* | (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