diff options
| author | Eli Zaretskii | 2010-07-31 20:13:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-07-31 20:13:03 +0300 |
| commit | 5e620ecaab0e08df6bdbaa592c9013115a754581 (patch) | |
| tree | 25dfcbe8ecf26ce7854ec886ebbf98223d2a563b | |
| parent | cd83d522096f71e14fd8836f5bd7378b5eb1cb1c (diff) | |
| download | emacs-5e620ecaab0e08df6bdbaa592c9013115a754581.tar.gz emacs-5e620ecaab0e08df6bdbaa592c9013115a754581.zip | |
Add more index entries for large-file-warning-threshold.
files.texi (Visiting): Add more index entries for
large-file-warning-threshold.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index fb57554765a..8285a313191 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-07-31 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * files.texi (Visiting): Add more index entries for | ||
| 4 | large-file-warning-threshold. | ||
| 5 | |||
| 1 | 2010-07-29 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2010-07-29 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * frames.texi (Tool Bars): Add doc for tool-bar-position. | 8 | * frames.texi (Tool Bars): Add doc for tool-bar-position. |
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 4701c1a7a89..73c10ac834f 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -202,6 +202,8 @@ since you visited or saved it last. If the file has changed, Emacs offers | |||
| 202 | to reread it. | 202 | to reread it. |
| 203 | 203 | ||
| 204 | @vindex large-file-warning-threshold | 204 | @vindex large-file-warning-threshold |
| 205 | @cindex file, warning when size is large | ||
| 206 | @cindex size of file, warning when visiting | ||
| 205 | @cindex maximum buffer size exceeded, error message | 207 | @cindex maximum buffer size exceeded, error message |
| 206 | If you try to visit a file larger than | 208 | If you try to visit a file larger than |
| 207 | @code{large-file-warning-threshold} (the default is 10000000, which is | 209 | @code{large-file-warning-threshold} (the default is 10000000, which is |