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: Fri, 27 Jun 2003 12:20:28 -0400

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.38 emacs/lispref/loading.texi:1.39
*** emacs/lispref/loading.texi:1.38     Tue Feb  4 09:47:54 2003
--- emacs/lispref/loading.texi  Fri Jun 27 12:20:28 2003
***************
*** 685,696 ****
  @end defun
  
  @defun featurep feature &optional subfeature
! This function returns @code{t} if @var{feature} has been provided in the
! current Emacs session (i.e.@:, if @var{feature} is a member of
! @code{features}.)  If @var{subfeature} is non-nil, then the function
! returns @code{t} only if that subfeature is provided as well (i.e.@:
! if @var{subfeature} is a member of the @code{subfeature} property
! of the @var{feature} symbol.)
  @end defun
  
  @defvar features
--- 685,696 ----
  @end defun
  
  @defun featurep feature &optional subfeature
! This function returns @code{t} if @var{feature} has been provided in
! the current Emacs session (i.e.@:, if @var{feature} is a member of
! @code{features}.)  If @var{subfeature} is address@hidden, then the
! function returns @code{t} only if that subfeature is provided as well
! (i.e.@: if @var{subfeature} is a member of the @code{subfeature}
! property of the @var{feature} symbol.)
  @end defun
  
  @defvar features




reply via email to

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