]> code.delx.au - gnu-emacs/commit
Rework quoting in tutorial
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Sep 2015 00:25:39 +0000 (17:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Sep 2015 00:29:47 +0000 (17:29 -0700)
commitafe1cf00713847c1d8f3a9d95d4980d705ec39f1
treee8a91671a7a48e56629e0874546570309870a400
parent72aae7326b8e2264eb02e8f9725a367f62aa09fd
Rework quoting in tutorial

* doc/lispintro/emacs-lisp-intro.texi (Sample let Expression)
(if in more detail, type-of-animal in detail, else): Rework the
early example to use " rather than ' so that we don’t burden
complete novices with the low-priority detail of text quoting style.
(Complete zap-to-char, kill-region, Complete copy-region-as-kill)
(kill-new function, kill-ring-yank-pointer)
(Complete forward-sentence, Loading Files)
(Code for current-kill, Code for current-kill, yank):
Resurrect the Emacs 22 versions of the code, which uses grave
quoting style in doc strings.
(Complete zap-to-char): Mention how quoting works in doc strings.
doc/lispintro/emacs-lisp-intro.texi