]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert last change.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 18 May 2007 09:35:40 +0000 (09:35 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 18 May 2007 09:35:40 +0000 (09:35 +0000)
lisp/ChangeLog
lisp/textmodes/sgml-mode.el

index dbf05c90c5f94d1f4180f303a00c96dbdf1c9db2..f07d8b109fba04d5af9fa1855803619d07705cf4 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * textmodes/sgml-mode.el: Revert last change.
+
 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * printing.el: Group together all XEmacs/Emacs definitions.
index e8beed036c2991fdbe3cd778f4e2a10f94ee195e..51ff5e48a340d91d72bb272691f23be9f6531fda 100644 (file)
@@ -619,10 +619,10 @@ This only works for Latin-1 input."
   "Prompt for a tag and insert it, optionally with attributes.
 Completion and configuration are done according to `sgml-tag-alist'.
 If you like tags and attributes in uppercase do \\[set-variable]
-`sgml-transformation-function' RET `upcase' RET, or put this
+`skeleton-transformation-function' RET `upcase' RET, or put this
 in your `.emacs':
   (setq sgml-transformation-function 'upcase)"
-  (funcall (or sgml-transformation-function 'identity)
+  (funcall (or skeleton-transformation-function 'identity)
            (setq sgml-tag-last
                 (completing-read
                  (if (> (length sgml-tag-last) 0)