]> git.eshelyaron.com Git - emacs.git/commit
Remove #' and function quoting from lambda forms in manual
authorMattias Engdegård <mattiase@acm.org>
Sun, 19 Apr 2020 10:40:43 +0000 (12:40 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 19 Apr 2020 11:19:37 +0000 (13:19 +0200)
commit14a570afaeb9c01bafdb5dd922d8077810e63d16
treeee86dfe4f4aa4e6c12ae8d9c963b95f788890e4a
parentd5ec18c66bdefb492826eab0d60e818d5bac7238
Remove #' and function quoting from lambda forms in manual

* doc/lispref/abbrevs.texi (Abbrev Expansion):
* doc/lispref/backups.texi (Reverting):
* doc/lispref/functions.texi (Mapping Functions):
* doc/lispref/help.texi (Accessing Documentation):
* doc/lispref/sequences.texi (Char-Tables):
* doc/lispref/syntax.texi (Categories):
* doc/lispref/text.texi (Sorting):
Remove function quoting from lambda in examples where it still occurs,
since examples should follow our best style and be consistent.
doc/lispref/abbrevs.texi
doc/lispref/backups.texi
doc/lispref/functions.texi
doc/lispref/help.texi
doc/lispref/sequences.texi
doc/lispref/syntax.texi
doc/lispref/text.texi