emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi,v
Date: Sat, 07 Apr 2007 02:00:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 02:00:55

Index: text.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/text.texi,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -b -r1.132 -r1.133
--- text.texi   31 Mar 2007 17:27:34 -0000      1.132
+++ text.texi   7 Apr 2007 02:00:55 -0000       1.133
@@ -540,7 +540,7 @@
 @section Deleting Text
 @cindex text deletion
 
address@hidden deletion vs killing
address@hidden deleting text vs killing
   Deletion means removing part of the text in a buffer, without saving
 it in the kill ring (@pxref{The Kill Ring}).  Deleted text can't be
 yanked, but can be reinserted using the undo mechanism (@pxref{Undo}).
@@ -596,7 +596,7 @@
 @end deffn
 
 @deffn Command delete-backward-char count &optional killp
address@hidden delete previous char
address@hidden deleting previous char
 This command deletes @var{count} characters directly before point, or
 after point if @var{count} is negative.  If @var{killp} is
 address@hidden, then it saves the deleted characters in the kill ring.
@@ -1350,7 +1350,7 @@
 @end deffn
 
 @deffn Command buffer-disable-undo &optional buffer-or-name
address@hidden disable undo
address@hidden disabling undo
 This function discards the undo list of @var{buffer-or-name}, and disables
 further recording of undo information.  As a result, it is no longer
 possible to undo either previous changes or any subsequent changes.  If
@@ -1402,7 +1402,7 @@
 @node Filling
 @comment  node-name,  next,  previous,  up
 @section Filling
address@hidden filling, explicit
address@hidden filling text
 
   @dfn{Filling} means adjusting the lengths of lines (by moving the line
 breaks) so that they are nearly (but no greater than) a specified
@@ -1433,7 +1433,6 @@
 argument implies the value @code{full} for @var{justify}.
 
 @deffn Command fill-paragraph justify
address@hidden filling a paragraph
 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
@@ -1680,7 +1679,7 @@
 
 @node Adaptive Fill
 @section Adaptive Fill Mode
address@hidden Adaptive Fill mode
address@hidden @cindex Adaptive Fill mode  "adaptive-fill-mode" is adjacent.
 
   When @dfn{Adaptive Fill Mode} is enabled, Emacs determines the fill
 prefix automatically from the text in each paragraph being filled
@@ -2565,8 +2564,9 @@
 list is to specify a name and ask what value corresponds to it.
 
   If a character has a @code{category} property, we call it the
address@hidden of the character.  It should be a symbol.  The properties
-of the symbol serve as defaults for the properties of the character.
address@hidden category} of the character.  It should be a symbol.  The
+properties of the symbol serve as defaults for the properties of the
+character.
 
   Copying text between strings and buffers preserves the properties
 along with the characters; this includes such diverse functions as
@@ -2613,7 +2613,7 @@
 current buffer.
 
 If there is no @var{prop} property strictly speaking, but the character
-has a category that is a symbol, then @code{get-text-property} returns
+has a property category that is a symbol, then @code{get-text-property} returns
 the @var{prop} property of that symbol.
 @end defun
 
@@ -2960,12 +2960,13 @@
 have no standard meaning, and you can use them as you like.
 
 @table @code
address@hidden category of text character
address@hidden property category of text character
 @kindex category @r{(text property)}
 @item category
 If a character has a @code{category} property, we call it the
address@hidden of the character.  It should be a symbol.  The properties
-of the symbol serve as defaults for the properties of the character.
address@hidden category} of the character.  It should be a symbol.  The
+properties of this symbol serve as defaults for the properties of the
+character.
 
 @item face
 @cindex face codes of text
@@ -3046,7 +3047,6 @@
 @end table
 
 @item display
address@hidden display @r{(text property)}
 This property activates various features that change the
 way text is displayed.  For example, it can make text appear taller
 or shorter, higher or lower, wider or narrow, or replaced with an image.




reply via email to

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