diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
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). | |||
| 5263 | properties in any strings, as well as all :eval and :propertize forms | 5263 | properties in any strings, as well as all :eval and :propertize forms |
| 5264 | in the value of that symbol will be ignored. | 5264 | in the value of that symbol will be ignored. |
| 5265 | For a list of the form `(:eval FORM)', FORM is evaluated and the result | 5265 | For a list of the form `(:eval FORM)', FORM is evaluated and the result |
| 5266 | is used as a mode line element. | 5266 | is used as a mode line element. Be careful--FORM should not load any files, |
| 5267 | because that can cause an infinite recursion. | ||
| 5267 | For a list of the form `(:propertize ELT PROPS...)', ELT is displayed | 5268 | For a list of the form `(:propertize ELT PROPS...)', ELT is displayed |
| 5268 | with the specified properties PROPS applied. | 5269 | with the specified properties PROPS applied. |
| 5269 | For a list whose car is a symbol, the symbol's value is taken, | 5270 | For a list whose car is a symbol, the symbol's value is taken, |