From: Richard M. Stallman Date: Fri, 15 Nov 2002 23:56:10 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12426 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c3eecf3721a3ecc8791e7f8a5f109ace6968a73;p=emacs.git (syms_of_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 25264806dc6..cd765a6cdc1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5263,7 +5263,8 @@ For a symbol, its value is used (but it is ignored if t or nil). 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,