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/nroff-mode.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/nroff-mode.el,v
Date: Mon, 13 Aug 2007 13:41:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/textmodes/nroff-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/nroff-mode.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- lisp/textmodes/nroff-mode.el        26 Jul 2007 05:27:32 -0000      1.34
+++ lisp/textmodes/nroff-mode.el        13 Aug 2007 13:40:48 -0000      1.35
@@ -263,7 +263,7 @@
 `nroff-electric-newline' forces Emacs to check for an nroff request at the
 beginning of the line, and insert the matching closing request if necessary.
 This command toggles that mode (off->on, on->off), with an argument,
-turns it on iff arg is positive, otherwise off."
+turns it on if arg is positive, otherwise off."
   :lighter " Electric"
   (or (derived-mode-p 'nroff-mode) (error "Must be in nroff mode")))
 




reply via email to

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