summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2008-11-26 10:27:42 +0000
committerAlan Mackenzie <acm@muc.de>2008-11-26 10:27:42 +0000
commit3fbb05ffe611d6c376413ff0bf544a08bfcdb829 (patch)
tree7eefaf53cbb08ee42aef5f1f4dfd9e2ec642be97 /lisp
parenta5f7bbcc3fcdcbee9e7cfc1f7f8f95fcec0a20d8 (diff)
downloademacs-3fbb05ffe611d6c376413ff0bf544a08bfcdb829.tar.gz
emacs-3fbb05ffe611d6c376413ff0bf544a08bfcdb829.tar.bz2
emacs-3fbb05ffe611d6c376413ff0bf544a08bfcdb829.zip
(Moving by Parens): Clarify that parens inside strings and comments are
ignored, and that the commands assume the starting point isn't in a string or comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3e91fc98918..f5772568c98 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-25 Alan Mackenzie <acm@muc.de>
+
+ * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
+ (forward-list, backward-list, down-list, backward-up-list)
+ (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
+ (insert-pair, insert-parentheses): State that the command assumes
+ that point is not in a string or comment.
+
2008-11-26 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-string-to-byte-array)