summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2007-05-18 09:34:07 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2007-05-18 09:34:07 +0000
commit14ecd05d1273b3d26b3dc6c0831d385009df04da (patch)
tree73821503c0a63ba1c14414d99e70288d13717690
parentd0f8d7c4dcf51fd9b3298635e5ded38478296a0d (diff)
downloademacs-14ecd05d1273b3d26b3dc6c0831d385009df04da.tar.gz
Revert last change.
-rw-r--r--lisp/textmodes/sgml-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index e8beed036c2..51ff5e48a34 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -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)