summaryrefslogtreecommitdiff
path: root/doc/lispref/objects.texi
AgeCommit message (Expand)Author
2026-02-24Compare circular lists in 'equal' without error (bug#80456)Mattias Engdegård
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-04; * doc/lispref/objects.texi (Equality Predicates): Restore @group.Eli Zaretskii
2025-11-04Improved examples for documentation of 'eq'Mattias Engdegård
2025-03-25; Improve type specifier documentationStefan Kangas
2025-03-25; Improve documentation of "function types"Eli Zaretskii
2025-01-07; Improve documentation of function-type displayEli Zaretskii
2025-01-02Update copyright year to 2025Stefan Kangas
2024-12-28; Fix inaccuracy in ELisp Reference manualEli Zaretskii
2024-11-21; Fix recent additions to the manualsEli Zaretskii
2024-11-21; Introduce type specifiers to the elisp manual (bug#73626)Andrea Corallo
2024-08-31; More accurate text about how `equal` compares various objectsMattias Engdegård
2024-08-30More accurate documentation of 'equal' in ELisp ReferenceEli Zaretskii
2024-04-29; * doc/lispref/objects.texi (Type Predicates): fix xrefsMattias Engdegård
2024-04-28Use a dedicated type to represent interpreted-function valuesStefan Monnier
2024-03-18Followup changes to `cl-type-of`Stefan Monnier
2024-03-18(cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier
2024-03-11Change bare-symbol back to match intentPaul Eggert
2024-03-06Rename type_hierarchy.* -> elisp_type_hierarchy.*Andrea Corallo
2024-03-01Fix documentation of last changeEli Zaretskii
2024-03-01* doc/lispref/objects.texi (Type Hierarchy): Small improvementsAndrea Corallo
2024-02-28Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo
2024-02-23Update NEWS and manual after obarray changesMattias Engdegård
2024-02-15* Add initial "Type Hierarchy" node to the elisp manualAndrea Corallo
2024-01-27Merge from origin/emacs-29Eli Zaretskii
2024-01-27Fix description of when "\xNNN" is considered a unibyte characterEli Zaretskii
2024-01-13Hash-table documentation updates (bug#68244)Mattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-11Merge from origin/emacs-29Eli Zaretskii
2023-11-11Improve documentation of read syntax and printed representationEli Zaretskii
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-06Improve wording in ELisp manualEli Zaretskii
2023-09-04Correct the handling of symbols with position in equalAlan Mackenzie
2023-03-16; Minor wording fix in ELisp reference manualEli Zaretskii
2023-03-12Remove mention of old dotted-list reader quirk from manualMattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-14(compiled-function-p): New function (bug#56648)Stefan Monnier
2022-06-10Merge from origin/emacs-28Stefan Kangas
2022-06-09Mention the #f syntax from cl-prin1Lars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-07Document the xwidget typePo Lu
2021-10-18Minor fixes for recent changes in ELisp manualEli Zaretskii
2021-10-18Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics
2021-10-15Prefer "graphical displays" to "X terminals" in documentationStefan Kangas
2021-07-06Explain what ( . c) means to the Emacs Lisp readerLars Ingebrigtsen
2021-04-16Merge from origin/emacs-27Glenn Morris
2021-04-13Fix typos in manualsEli Zaretskii
2021-03-18Merge from origin/emacs-27Glenn Morris