/[emacs]/emacs/lisp/textmodes/fill.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/fill.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.136 by monnier, Sun Nov 25 22:37:00 2001 UTC revision 1.137 by pj, Mon Dec 3 06:11:37 2001 UTC
# Line 900  If the mark is not active, this applies Line 900  If the mark is not active, this applies
900    (set-justification b e 'left t))    (set-justification b e 'left t))
901    
902  (defun set-justification-right (b e)  (defun set-justification-right (b e)
903    "Make paragraphs in the region right-justified:    "Make paragraphs in the region right-justified.
904  Flush at the right margin and ragged on the left.  Flush at the right margin and ragged on the left.
905  If the mark is not active, this applies to the current paragraph."  If the mark is not active, this applies to the current paragraph."
906    (interactive (list (if mark-active (region-beginning) (point))    (interactive (list (if mark-active (region-beginning) (point))
# Line 908  If the mark is not active, this applies Line 908  If the mark is not active, this applies
908    (set-justification b e 'right t))    (set-justification b e 'right t))
909    
910  (defun set-justification-full (b e)  (defun set-justification-full (b e)
911    "Make paragraphs in the region fully justified:    "Make paragraphs in the region fully justified.
912  This makes lines flush on both margins by inserting spaces between words.  This makes lines flush on both margins by inserting spaces between words.
913  If the mark is not active, this applies to the current paragraph."  If the mark is not active, this applies to the current paragraph."
914    (interactive (list (if mark-active (region-beginning) (point))    (interactive (list (if mark-active (region-beginning) (point))

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26