]> git.eshelyaron.com Git - emacs.git/commitdiff
* tutorial.el (tutorial--detailed-help): Remove unnecessary link
authorChong Yidong <cyd@stupidchicken.com>
Fri, 22 Dec 2006 15:16:58 +0000 (15:16 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 22 Dec 2006 15:16:58 +0000 (15:16 +0000)
to the Emacs Lisp reference manual.
(tutorial--tab-map): Remove.  All callers changed.
(tutorial--find-changed-keys): New elt QUIET, used to...
(tutorial--display-changes): ...ensure that warning messages are
only issued once per changed key.
(tutorial--remove-remarks): Delete unused code-path.
(lang-strings): Remove extraneous formatting.

lisp/ChangeLog

index 8c4b014ed14fee049db1a8aaa13b17558694ed95..3eed2fcbe1273aa67e44f6744fa262624e03f05e 100644 (file)
@@ -1,3 +1,14 @@
+2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * tutorial.el (tutorial--detailed-help): Remove unnecessary link
+       to the Emacs Lisp reference manual.
+       (tutorial--tab-map): Remove.  All callers changed.
+       (tutorial--find-changed-keys): New elt QUIET, used to...
+       (tutorial--display-changes): ...ensure that warning messages are
+       only issued once per changed key.
+       (tutorial--remove-remarks): Delete unused code-path.
+       (lang-strings): Remove extraneous formatting.
+
 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * tutorial.el: Remove `cl' requirement.  Clean up whitespace.