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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:33:10 -0400

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.40.2.1 emacs/lispref/loading.texi:1.40.2.2
*** emacs/lispref/loading.texi:1.40.2.1 Mon Apr 19 07:01:42 2004
--- emacs/lispref/loading.texi  Mon Jun 28 07:28:50 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]