]> git.eshelyaron.com Git - emacs.git/commit
Improve mutability documentation
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Apr 2020 19:00:49 +0000 (12:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Apr 2020 20:29:57 +0000 (13:29 -0700)
commitdca35b31d0a58efdcc698faf90493b96fa8e1406
tree7b40c27250607e6010152121d7dc5dc2624532fd
parent81e7d7f111872c9f2aaf8885db50a22ed746d7b5
Improve mutability documentation

This change was inspired by comments from Štěpán Němec in:
https://lists.gnu.org/r/emacs-devel/2020-04/msg01063.html
* doc/lispref/objects.texi (Lisp Data Types): Mention mutability.
(Constants and mutability): New section.
* doc/lispintro/emacs-lisp-intro.texi (Lists diagrammed)
(Indent Tabs Mode): Improve wording.
* doc/lispref/eval.texi (Self-Evaluating Forms):
Say that they return constants.
* doc/lispref/lists.texi (Sets And Lists):
Fix memql mistake/confusion that I recently introduced.
doc/lispintro/emacs-lisp-intro.texi
doc/lispref/elisp.texi
doc/lispref/eval.texi
doc/lispref/lists.texi
doc/lispref/objects.texi
doc/lispref/sequences.texi
doc/lispref/strings.texi