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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi [lexbind]
Date: Tue, 06 Jul 2004 05:46:23 -0400

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.33.4.5 emacs/lispref/loading.texi:1.33.4.6
*** emacs/lispref/loading.texi:1.33.4.5 Tue Feb 17 23:15:45 2004
--- emacs/lispref/loading.texi  Tue Jul  6 09:38:18 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]