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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el
Date: Mon, 03 Dec 2001 01:11:37 -0500

Index: emacs/lisp/textmodes/fill.el
diff -c emacs/lisp/textmodes/fill.el:1.136 emacs/lisp/textmodes/fill.el:1.137
*** emacs/lisp/textmodes/fill.el:1.136  Sun Nov 25 17:37:00 2001
--- emacs/lisp/textmodes/fill.el        Mon Dec  3 01:11:37 2001
***************
*** 900,906 ****
    (set-justification b e 'left t))
  
  (defun set-justification-right (b e)
!   "Make paragraphs in the region right-justified:
  Flush at the right margin and ragged on the left.
  If the mark is not active, this applies to the current paragraph."
    (interactive (list (if mark-active (region-beginning) (point))
--- 900,906 ----
    (set-justification b e 'left t))
  
  (defun set-justification-right (b e)
!   "Make paragraphs in the region right-justified.
  Flush at the right margin and ragged on the left.
  If the mark is not active, this applies to the current paragraph."
    (interactive (list (if mark-active (region-beginning) (point))
***************
*** 908,914 ****
    (set-justification b e 'right t))
  
  (defun set-justification-full (b e)
!   "Make paragraphs in the region fully justified:
  This makes lines flush on both margins by inserting spaces between words.
  If the mark is not active, this applies to the current paragraph."
    (interactive (list (if mark-active (region-beginning) (point))
--- 908,914 ----
    (set-justification b e 'right t))
  
  (defun set-justification-full (b e)
!   "Make paragraphs in the region fully justified.
  This makes lines flush on both margins by inserting spaces between words.
  If the mark is not active, this applies to the current paragraph."
    (interactive (list (if mark-active (region-beginning) (point))



reply via email to

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