diff options
| author | Richard M. Stallman | 2002-11-15 23:56:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-15 23:56:10 +0000 |
| commit | 9c3eecf3721a3ecc8791e7f8a5f109ace6968a73 (patch) | |
| tree | e1a907a0862671b581fa379ce8827a05e9bf941b /src/buffer.c | |
| parent | 38a1356dd8905638770338b3666bfbc0a2fdda86 (diff) | |
| download | emacs-9c3eecf3721a3ecc8791e7f8a5f109ace6968a73.tar.gz emacs-9c3eecf3721a3ecc8791e7f8a5f109ace6968a73.zip | |
(syms_of_buffer): Doc fix.
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, |