emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/positions.texi,v
Date: Sat, 07 Apr 2007 01:59:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:59:10

Index: positions.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/positions.texi,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- positions.texi      31 Mar 2007 17:27:34 -0000      1.64
+++ positions.texi      7 Apr 2007 01:59:10 -0000       1.65
@@ -123,7 +123,7 @@
 
 @node Motion
 @section Motion
address@hidden motion by characters, words, lines, lists
address@hidden motion by chars, words, lines, lists
 
   Motion functions change the value of point, either relative to the
 current value of point, relative to the beginning or end of the buffer,
@@ -644,7 +644,7 @@
 @cindex sexp motion
 @cindex Lisp expression motion
 @cindex list motion
address@hidden balanced-parenthesis expressions
address@hidden balanced parenthesis motion
 
   Here are several functions concerned with balanced-parenthesis
 expressions (also called @dfn{sexps} in connection with moving across
@@ -830,7 +830,6 @@
 @defspec save-excursion address@hidden
 @cindex mark excursion
 @cindex point excursion
address@hidden current buffer excursion
 The @code{save-excursion} special form saves the identity of the current
 buffer and the values of point and the mark in it, evaluates
 @var{body}, and finally restores the buffer and its saved values of




reply via email to

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