# HG changeset patch # User Andreas Schwab # Date 910344712 0 # Node ID 42bf6553a2e9d1b6146c9decc69ff627f0fda4ed # Parent dcd6688d67beb49e53c2e141003fcc1053189f7e (html-mode): Doc fix. (sgml-name-8bit-mode): Fix missing format character in message string. diff -r dcd6688d67be -r 42bf6553a2e9 lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Fri Nov 06 00:44:16 1998 +0000 +++ b/lisp/textmodes/sgml-mode.el Fri Nov 06 09:31:52 1998 +0000 @@ -481,7 +481,7 @@ "Toggle insertion of 8 bit characters." (interactive) (setq sgml-name-8bit-mode (not sgml-name-8bit-mode)) - (message "sgml name 8 bit mode is now %" + (message "sgml name 8 bit mode is now %s" (if sgml-name-8bit-mode "ON" "OFF"))) @@ -1144,7 +1144,7 @@ ;;;###autoload (defun html-mode () "Major mode based on SGML mode for editing HTML documents. -This allows inserting skeleton costructs used in hypertext documents with +This allows inserting skeleton constructs used in hypertext documents with completion. See below for an introduction to HTML. Use \\[browse-url-of-buffer] to see how this comes out. See also `sgml-mode' on which this is based.