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/paragraphs.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el
Date: Tue, 04 Feb 2003 08:30:47 -0500

Index: emacs/lisp/textmodes/paragraphs.el
diff -c emacs/lisp/textmodes/paragraphs.el:1.63 
emacs/lisp/textmodes/paragraphs.el:1.64
*** emacs/lisp/textmodes/paragraphs.el:1.63     Sun Nov 17 23:18:23 2002
--- emacs/lisp/textmodes/paragraphs.el  Tue Feb  4 08:30:45 2003
***************
*** 43,52 ****
  
  Prefix argument says to turn mode on if positive, off if negative.
  When the mode is turned on, if there are newlines in the buffer but no hard
! newlines, ask the user whether to mark as hard any newlines preceeding a 
  `paragraph-start' line.  From a program, second arg INSERT specifies whether
  to do this; it can be `never' to change nothing, t or `always' to force
! marking, `guess' to try to do the right thing with no questions, nil 
  or anything else to ask the user.
  
  Newlines not marked hard are called \"soft\", and are always internal
--- 43,52 ----
  
  Prefix argument says to turn mode on if positive, off if negative.
  When the mode is turned on, if there are newlines in the buffer but no hard
! newlines, ask the user whether to mark as hard any newlines preceeding a
  `paragraph-start' line.  From a program, second arg INSERT specifies whether
  to do this; it can be `never' to change nothing, t or `always' to force
! marking, `guess' to try to do the right thing with no questions, nil
  or anything else to ask the user.
  
  Newlines not marked hard are called \"soft\", and are always internal




reply via email to

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