emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi
Date: Sun, 30 May 2004 10:21:40 -0400

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.47 emacs/lispref/loading.texi:1.48
*** emacs/lispref/loading.texi:1.47     Tue Feb 17 00:58:59 2004
--- emacs/lispref/loading.texi  Sun May 30 14:20:58 2004
***************
*** 687,695 ****
  with an added suffix; a file whose name is just @var{feature} won't be
  used.
  
! If loading the file fails to provide @var{feature}, @code{require}
! signals an error, @samp{Required feature @var{feature} was not
! provided}, unless @var{noerror} is address@hidden
  @end defun
  
  @defun featurep feature &optional subfeature
--- 687,700 ----
  with an added suffix; a file whose name is just @var{feature} won't be
  used.
  
! If @var{noerror} is address@hidden, that suppresses errors from actual
! loading of the file.  In that case, @code{require} returns @code{nil}
! if loading the file fails.  Normally, @code{require} returns
! @var{feature}.
! 
! If loading the file succeeds but does not provide @var{feature},
! @code{require} signals an error, @samp{Required feature @var{feature}
! was not provided}.
  @end defun
  
  @defun featurep feature &optional subfeature




reply via email to

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