diff options
-rw-r--r-- | lisp/ChangeLog | 8 | ||||
-rw-r--r-- | lispref/ChangeLog | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfb5352928e..aaa8115921c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2005-06-11 Luc Teirlinck <teirllm@auburn.edu> + + * menu-bar.el (menu-bar-make-toggle): Remove stray backslash. + A newline is needed in the docstring there. + + * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry): + Doc fixes. + 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> * printing.el: Doc fix. The menubar is no more changed when printing diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8e65ee5ac6b..be47508ca84 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,9 @@ +2005-06-11 Luc Teirlinck <teirllm@auburn.edu> + + * debugging.texi (Function Debugging): Delete mention of empty + string argument to `cancel-debug-on-entry'. Delete inaccurate + description of the return value of that command. + 2005-06-11 Alan Mackenzie <acm@muc.de> * text.texi (Adaptive Fill): Amplify the description of |