aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 5b1490feba9..533103cb162 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4193,6 +4193,8 @@ A value of nil means don't display a mode line.\n\
4193For a symbol, its value is used (but it is ignored if t or nil).\n\ 4193For a symbol, its value is used (but it is ignored if t or nil).\n\
4194 A string appearing directly as the value of a symbol is processed verbatim\n\ 4194 A string appearing directly as the value of a symbol is processed verbatim\n\
4195 in that the %-constructs below are not recognized.\n\ 4195 in that the %-constructs below are not recognized.\n\
4196For a list of the form `(:eval FORM)', FORM is evaluated and the result\n\
4197 is used as a mode line element.\n\
4196For a list whose car is a symbol, the symbol's value is taken,\n\ 4198For a list whose car is a symbol, the symbol's value is taken,\n\
4197 and if that is non-nil, the cadr of the list is processed recursively.\n\ 4199 and if that is non-nil, the cadr of the list is processed recursively.\n\
4198 Otherwise, the caddr of the list (if there is one) is processed.\n\ 4200 Otherwise, the caddr of the list (if there is one) is processed.\n\