summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
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
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-28Tune SAFE_FREEPaul Eggert
2018-02-13Stop keeping multiple doc copies for items defined multiple timesGlenn Morris
2018-02-08Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)Noam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert
2017-10-20Tweak Fdocumentation's error for an undefined functionGlenn Morris
2017-10-01Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie
2017-10-01Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-20Reimplement module functionsPhilipp Stephani
2017-04-10Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff