emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el, v [EMACS_22_


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el, v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:22:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:22:47

Index: sgml-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/sgml-mode.el,v
retrieving revision 1.121.2.2
retrieving revision 1.121.2.3
diff -u -b -r1.121.2.2 -r1.121.2.3
--- sgml-mode.el        25 Jul 2007 04:22:07 -0000      1.121.2.2
+++ sgml-mode.el        8 Aug 2007 07:22:46 -0000       1.121.2.3
@@ -757,7 +757,7 @@
 (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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]