emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/errors.texi


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/errors.texi
Date: Sun, 25 Sep 2005 20:42:21 -0400

Index: emacs/lispref/errors.texi
diff -c emacs/lispref/errors.texi:1.19 emacs/lispref/errors.texi:1.20
*** emacs/lispref/errors.texi:1.19      Wed Aug 10 14:29:00 2005
--- emacs/lispref/errors.texi   Mon Sep 26 00:42:20 2005
***************
*** 41,55 ****
  
  @item args-out-of-range
  @code{"Args out of range"address@hidden
! @xref{Sequences Arrays Vectors}.
  
  @item arith-error
  @code{"Arithmetic error"address@hidden
! See @code{/} and @code{%} in @ref{Numbers}.
  
  @item beginning-of-buffer
  @code{"Beginning of buffer"address@hidden
! @xref{Motion}.
  
  @item buffer-read-only
  @code{"Buffer is read-only"address@hidden
--- 41,57 ----
  
  @item args-out-of-range
  @code{"Args out of range"address@hidden
! This happens when trying to access an element beyond the range of a
! sequence or address@hidden
! @xref{Sequences Arrays Vectors}, @xref{Text}.
  
  @item arith-error
  @code{"Arithmetic error"address@hidden
! @xref{Arithmetic Operations}.
  
  @item beginning-of-buffer
  @code{"Beginning of buffer"address@hidden
! @xref{Character Motion}.
  
  @item buffer-read-only
  @code{"Buffer is read-only"address@hidden
***************
*** 57,63 ****
  
  @item coding-system-error
  @code{"Invalid coding system"address@hidden
! @xref{Coding Systems}.
  
  @item cyclic-function-indirection
  @code{"Symbol's chain of function address@hidden contains a 
loop"address@hidden
--- 59,65 ----
  
  @item coding-system-error
  @code{"Invalid coding system"address@hidden
! @xref{Lisp and Coding Systems}.
  
  @item cyclic-function-indirection
  @code{"Symbol's chain of function address@hidden contains a 
loop"address@hidden
***************
*** 69,75 ****
  
  @item end-of-buffer
  @code{"End of buffer"address@hidden
! @xref{Motion}.
  
  @item end-of-file
  @code{"End of file during parsing"address@hidden
--- 71,77 ----
  
  @item end-of-buffer
  @code{"End of buffer"address@hidden
! @xref{Character Motion}.
  
  @item end-of-file
  @code{"End of file during parsing"address@hidden
***************
*** 111,121 ****
  
  @item invalid-function
  @code{"Invalid function"address@hidden
! @xref{Classifying Lists}.
  
  @item invalid-read-syntax
  @code{"Invalid read syntax"address@hidden
! @xref{Input Functions}.
  
  @item invalid-regexp
  @code{"Invalid regexp"address@hidden
--- 113,123 ----
  
  @item invalid-function
  @code{"Invalid function"address@hidden
! @xref{Function Indirection}.
  
  @item invalid-read-syntax
  @code{"Invalid read syntax"address@hidden
! @xref{Printed Representation}.
  
  @item invalid-regexp
  @code{"Invalid regexp"address@hidden




reply via email to

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