diff options
| author | Richard M. Stallman | 2005-08-09 23:30:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-09 23:30:43 +0000 |
| commit | 8deadbd4032799f9767d4a145c894c2868d8f9f3 (patch) | |
| tree | 97629042142e41f37c68c54bf9e8536799f1a532 | |
| parent | 1e2e2829f336e3ca68f0001711178f4f9ee586b4 (diff) | |
| download | emacs-8deadbd4032799f9767d4a145c894c2868d8f9f3.tar.gz emacs-8deadbd4032799f9767d4a145c894c2868d8f9f3.zip | |
(%-Constructs): Fix xref.
| -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 098a2d57068..baeb2800931 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1929,7 +1929,7 @@ function. @xref{Buffer File Name}. | |||
| 1929 | 1929 | ||
| 1930 | @item %F | 1930 | @item %F |
| 1931 | The title (only on a window system) or the name of the selected frame. | 1931 | The title (only on a window system) or the name of the selected frame. |
| 1932 | @xref{Window Frame Parameters}. | 1932 | @xref{Basic Parameters}. |
| 1933 | 1933 | ||
| 1934 | @item %i | 1934 | @item %i |
| 1935 | The size of the accessible part of the current buffer; basically | 1935 | The size of the accessible part of the current buffer; basically |