emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/longlines.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/longlines.el
Date: Fri, 17 Jun 2005 10:33:40 -0400

Index: emacs/lisp/longlines.el
diff -c emacs/lisp/longlines.el:1.5 emacs/lisp/longlines.el:1.6
*** emacs/lisp/longlines.el:1.5 Fri Jun 10 08:07:08 2005
--- emacs/lisp/longlines.el     Fri Jun 17 14:33:40 2005
***************
*** 60,66 ****
    :type 'boolean)
  
  (defcustom longlines-show-hard-newlines nil
!   "*Non-nil means each hard newline is marked with a symbol.
  You can also enable the display temporarily, using the command
  `longlines-show-hard-newlines'"
    :group 'longlines
--- 60,67 ----
    :type 'boolean)
  
  (defcustom longlines-show-hard-newlines nil
!   "*Non-nil means each hard newline is marked on the screen.
! \(The variable `longlines-show-effect' controls what they look like.)
  You can also enable the display temporarily, using the command
  `longlines-show-hard-newlines'"
    :group 'longlines
***************
*** 93,104 ****
  `fill-column'.  The soft newlines used for line wrapping will not
  show up when the text is yanked or saved to disk.
  
! If `longlines-auto-wrap' is non-nil, lines are automatically
  wrapped whenever the buffer is changed.  You can always call
  `fill-paragraph' to fill individual paragraphs.
  
! If `longlines-show-hard-newlines' is non-nil, hard newlines will
! be marked by a symbol."
    :group 'longlines :lighter " ll"
    (if longlines-mode
        ;; Turn on longlines mode
--- 94,105 ----
  `fill-column'.  The soft newlines used for line wrapping will not
  show up when the text is yanked or saved to disk.
  
! If the variable `longlines-auto-wrap' is non-nil, lines are automatically
  wrapped whenever the buffer is changed.  You can always call
  `fill-paragraph' to fill individual paragraphs.
  
! If the variable `longlines-show-hard-newlines' is non-nil, hard newlines
! are indicated with a symbol."
    :group 'longlines :lighter " ll"
    (if longlines-mode
        ;; Turn on longlines mode




reply via email to

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