diff options
Diffstat (limited to 'lisp/textmodes/sgml-mode.el')
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 871701b7303..fa958632799 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -1558,7 +1558,7 @@ LCON is the lexical context, if any." (defun sgml-guess-indent () "Guess an appropriate value for `sgml-basic-offset'. -Base the guessed identation level on the first indented tag in the buffer. +Base the guessed indentation level on the first indented tag in the buffer. Add this to `sgml-mode-hook' for convenience." (interactive) (save-excursion |