diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:27:21 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:27:21 +0000 |
commit | 3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (patch) | |
tree | 598e888ff354bd38c9a6e819d200bca004e34229 /lisp/textmodes/sgml-mode.el | |
parent | df26688bd008d27830c166dbc3caccad7e83da0f (diff) | |
download | emacs-3ecd3a56c0b0d9453272308be2aae4fca444e9f3.tar.gz |
Replace `iff' in doc-strings and comments.
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 1c81a1e7028..9da49fcc599 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -757,7 +757,7 @@ With prefix argument ARG, repeat this ARG times." (defun sgml-skip-tag-forward (arg) "Skip to end of tag or matching closing tag if present. With prefix argument ARG, repeat this ARG times. -Return t iff after a closing tag." +Return t if after a closing tag." (interactive "p") ;; FIXME: Use sgml-get-context or something similar. ;; It currently might jump to an unrelated </P> if the <P> |