comparison lisp/textmodes/sgml-mode.el @ 78482:80e300a489d6

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:22:47 +0000
parents b6d25790aab2
children dc100f64b2b7 e5a68f18fcb9
comparison
equal deleted inserted replaced
78481:bc53aa750f3b 78482:80e300a489d6
755 (setq arg (1- arg)))) 755 (setq arg (1- arg))))
756 756
757 (defun sgml-skip-tag-forward (arg) 757 (defun sgml-skip-tag-forward (arg)
758 "Skip to end of tag or matching closing tag if present. 758 "Skip to end of tag or matching closing tag if present.
759 With prefix argument ARG, repeat this ARG times. 759 With prefix argument ARG, repeat this ARG times.
760 Return t iff after a closing tag." 760 Return t if after a closing tag."
761 (interactive "p") 761 (interactive "p")
762 ;; FIXME: Use sgml-get-context or something similar. 762 ;; FIXME: Use sgml-get-context or something similar.
763 ;; It currently might jump to an unrelated </P> if the <P> 763 ;; It currently might jump to an unrelated </P> if the <P>
764 ;; we're skipping has no matching </P>. 764 ;; we're skipping has no matching </P>.
765 (let ((return t)) 765 (let ((return t))