changeset 48355:77552fd065a0

(syms_of_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 15 Nov 2002 23:56:10 +0000
parents 63020c84491a
children 6d5e70b707bc
files src/buffer.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Fri Nov 15 23:52:11 2002 +0000
+++ b/src/buffer.c	Fri Nov 15 23:56:10 2002 +0000
@@ -5263,7 +5263,8 @@
  properties in any strings, as well as all :eval and :propertize forms 
  in the value of that symbol will be ignored.
 For a list of the form `(:eval FORM)', FORM is evaluated and the result
- is used as a mode line element.
+ is used as a mode line element.  Be careful--FORM should not load any files,
+ because that can cause an infinite recursion.
 For a list of the form `(:propertize ELT PROPS...)', ELT is displayed
  with the specified properties PROPS applied.
 For a list whose car is a symbol, the symbol's value is taken,