diff options
| author | Juri Linkov | 2005-08-22 21:32:08 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-08-22 21:32:08 +0000 |
| commit | c29a63fd64c5cf8274544b59359f0dfa86af3a58 (patch) | |
| tree | 237a09e8ce287f4ae15a8b948540f9db4ac1ed9b | |
| parent | 9ea1d6dc32184cbdfd46b79d40dbedb109aac740 (diff) | |
| download | emacs-c29a63fd64c5cf8274544b59359f0dfa86af3a58.tar.gz emacs-c29a63fd64c5cf8274544b59359f0dfa86af3a58.zip | |
(Mode Line Data): Fix xref to Standard Faces.
| -rw-r--r-- | lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index fc5262a1bbe..49b05021d91 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1614,7 +1614,7 @@ value is a list, each element may be a list, a symbol, or a string. | |||
| 1614 | The mode line can display various faces, if the strings that control | 1614 | The mode line can display various faces, if the strings that control |
| 1615 | it have the @code{face} property. @xref{Properties in Mode}. In | 1615 | it have the @code{face} property. @xref{Properties in Mode}. In |
| 1616 | addition, the face @code{mode-line} is used as a default for the whole | 1616 | addition, the face @code{mode-line} is used as a default for the whole |
| 1617 | mode line (@pxref{Standard Faces}). | 1617 | mode line (@pxref{Standard Faces,,, emacs, The GNU Emacs Manual}). |
| 1618 | 1618 | ||
| 1619 | @table @code | 1619 | @table @code |
| 1620 | @cindex percent symbol in mode line | 1620 | @cindex percent symbol in mode line |