emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/text.texi,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/text.texi,v
Date: Thu, 18 Oct 2007 00:14:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/10/18 00:14:21

Index: text.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/text.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- text.texi   15 Oct 2007 02:07:52 -0000      1.4
+++ text.texi   18 Oct 2007 00:14:21 -0000      1.5
@@ -1432,11 +1432,14 @@
   When you call the filling functions interactively, using a prefix
 argument implies the value @code{full} for @var{justify}.
 
address@hidden Command fill-paragraph justify
address@hidden Command fill-paragraph &optional justify region
 This command fills the paragraph at or after point.  If
 @var{justify} is address@hidden, each line is justified as well.
 It uses the ordinary paragraph motion commands to find paragraph
 boundaries.  @xref{Paragraphs,,, emacs, The GNU Emacs Manual}.
+Interactively, when @var{region} is address@hidden in Transient Mark
+mode and the mark is active, this command calls @code{fill-region}
+on the active region.
 @end deffn
 
 @deffn Command fill-region start end &optional justify nosqueeze to-eop
@@ -1453,12 +1456,6 @@
 paragraphs.  @xref{Standard Regexps}.
 @end deffn
 
address@hidden Command fill-paragraph-or-region justify
-In Transient Mark mode, when the mark is active, this command calls
address@hidden on the active region.  Otherwise, it calls
address@hidden
address@hidden deffn
-
 @deffn Command fill-individual-paragraphs start end &optional justify 
citation-regexp
 This command fills each paragraph in the region according to its
 individual fill prefix.  Thus, if the lines of a paragraph were indented




reply via email to

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