diff options
| author | Lars Magne Ingebrigtsen | 2011-07-10 17:12:36 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-10 17:12:36 +0200 |
| commit | 18d59e29f9569dff6324889f8547009eb4c61043 (patch) | |
| tree | b4853733e88d06036b36fd25ffa2b8d69b20226e /doc | |
| parent | 32a214fe829e1e73844c0593125fc495fea8b072 (diff) | |
| download | emacs-18d59e29f9569dff6324889f8547009eb4c61043.tar.gz emacs-18d59e29f9569dff6324889f8547009eb4c61043.zip | |
(Mode Line Variables): Document `mode-line-remote' and `mode-line-client'
Fixes: debbugs:2975
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 10c13bc2835..c265b9e878d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * modes.texi (Mode Line Variables): Document `mode-line-remote' | ||
| 4 | and `mode-line-client' (bug#2974). | ||
| 5 | |||
| 3 | * text.texi (Insertion): Clarify marker movements (bug#1651). | 6 | * text.texi (Insertion): Clarify marker movements (bug#1651). |
| 4 | Text from Drew Adams. | 7 | Text from Drew Adams. |
| 5 | 8 | ||
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 | |||
| 1866 | on the process status, and whether narrowing is in effect. | 1866 | on the process status, and whether narrowing is in effect. |
| 1867 | @end defopt | 1867 | @end defopt |
| 1868 | 1868 | ||
| 1869 | @defopt mode-line-remote | ||
| 1870 | This variable is used to show whether @code{default-directory} for the | ||
| 1871 | current buffer is remote. | ||
| 1872 | @end defopt | ||
| 1873 | |||
| 1874 | @defopt mode-line-client | ||
| 1875 | This variable is used to identify @code{emacsclient} frames. | ||
| 1876 | @end defopt | ||
| 1877 | |||
| 1869 | The following three variables are used in @code{mode-line-modes}: | 1878 | The following three variables are used in @code{mode-line-modes}: |
| 1870 | 1879 | ||
| 1871 | @defvar mode-name | 1880 | @defvar mode-name |