diff options
Diffstat (limited to 'doc/lispref/modes.texi')
| -rw-r--r-- | doc/lispref/modes.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 562cc76c3f0..a8a10f750cc 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -1866,6 +1866,15 @@ default value also displays the recursive editing level, information on the process status, and whether narrowing is in effect. @end defopt +@defopt mode-line-remote +This variable is used to show whether @code{default-directory} for the +current buffer is remote. +@end defopt + +@defopt mode-line-client +This variable is used to identify @code{emacsclient} frames. +@end defopt + The following three variables are used in @code{mode-line-modes}: @defvar mode-name |
