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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Fri, 19 Sep 2003 10:43:25 -0400

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.66 emacs/lispref/text.texi:1.67
*** emacs/lispref/text.texi:1.66        Mon Sep  1 11:45:41 2003
--- emacs/lispref/text.texi     Fri Sep 19 10:43:24 2003
***************
*** 2232,2247 ****
  @code{nil}.
  @end deffn
  
! @deffn Command backward-to-indentation arg
  @comment !!SourceFile simple.el
  This command moves point backward @var{arg} lines and then to the
  first nonblank character on that line.  It returns @code{nil}.
  @end deffn
  
! @deffn Command forward-to-indentation arg
  @comment !!SourceFile simple.el
  This command moves point forward @var{arg} lines and then to the first
  nonblank character on that line.  It returns @code{nil}.
  @end deffn
  
  @node Case Changes
--- 2232,2249 ----
  @code{nil}.
  @end deffn
  
! @deffn Command backward-to-indentation &optional arg
  @comment !!SourceFile simple.el
  This command moves point backward @var{arg} lines and then to the
  first nonblank character on that line.  It returns @code{nil}.
+ If @var{arg} is omitted or @code{nil}, it defaults to 1.
  @end deffn
  
! @deffn Command forward-to-indentation &optional arg
  @comment !!SourceFile simple.el
  This command moves point forward @var{arg} lines and then to the first
  nonblank character on that line.  It returns @code{nil}.
+ If @var{arg} is omitted or @code{nil}, it defaults to 1.
  @end deffn
  
  @node Case Changes




reply via email to

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