comparison doc/lispref/ChangeLog @ 103897:e52d10e14bc0

Minor re-phrasings throughout. (Edebug Execution Modes): Sit-for affects continue mode too. (Jumping): Use `forward-sexp' rather than its keybinding. (Edebug Misc): Fix Q binding. (Edebug Eval): Remove cl version. (Printing in Edebug): Clarify print-length etc. (Instrumenting Macro Calls): Defopt edebug-eval-macro-args. (Specification List): Remove edebug-unwrap findex entry. (Specification Examples): defmacro is actually not the same as defun. Escape "`" in example.
author Glenn Morris <rgm@gnu.org>
date Wed, 15 Jul 2009 03:09:52 +0000
parents 60606ee8aee7
children 7ffee8f51e96
comparison
equal deleted inserted replaced
103896:a4d216dbf517 103897:e52d10e14bc0
1 2009-07-15 Glenn Morris <rgm@gnu.org>
2
3 * edebug.texi: Minor re-phrasings throughout.
4 (Edebug Execution Modes): Sit-for affects continue mode too.
5 (Jumping): Use `forward-sexp' rather than its keybinding.
6 (Edebug Misc): Fix Q binding.
7 (Edebug Eval): Remove cl version.
8 (Printing in Edebug): Clarify print-length etc.
9 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
10 (Specification List): Remove edebug-unwrap findex entry.
11 (Specification Examples): defmacro is actually not the same as defun.
12 Escape "`" in example.
13
1 2009-07-15 Chong Yidong <cyd@stupidchicken.com> 14 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
2 15
3 * markers.texi (The Mark): Document optional arg to 16 * markers.texi (The Mark): Document optional arg to
4 deactivate-mark. 17 deactivate-mark.
5 18