diff src/fns.c @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 49a24b4fd526
line wrap: on
line diff
--- a/src/fns.c	Mon Aug 13 08:45:53 2007 +0200
+++ b/src/fns.c	Mon Aug 13 08:46:35 2007 +0200
@@ -3136,8 +3136,8 @@
 
 DEFUN ("featurep", Ffeaturep, Sfeaturep, 1, 1, 0 /*
 Return t if FEATURE is present in this Emacs.
-Use this to conditionalize execution of lisp code based on the presence or
-absence of emacs or environment extensions.
+Use this to conditionalize execution of lisp code based on the
+presence or absence of emacs or environment extensions.
 Use `provide' to declare that a feature is available.
 This function looks at the value of the variable `features'.
 */ )
@@ -3152,6 +3152,7 @@
 
 DEFUN ("provide", Fprovide, Sprovide, 1, 1, 0 /*
 Announce that FEATURE is a feature of the current Emacs.
+This function updates the value of the variable `features'.
 */ )
      (feature)
      Lisp_Object feature;