diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/display.texi | 5 | ||||
| -rw-r--r-- | doc/lispref/nonascii.texi | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index b12995be6ed..357a3c33fa3 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -6522,8 +6522,9 @@ no buffer display table. | |||
| 6522 | @defvar standard-display-table | 6522 | @defvar standard-display-table |
| 6523 | The value of this variable is the standard display table, which is | 6523 | The value of this variable is the standard display table, which is |
| 6524 | used when Emacs is displaying a buffer in a window with neither a | 6524 | used when Emacs is displaying a buffer in a window with neither a |
| 6525 | window display table nor a buffer display table defined. Its default | 6525 | window display table nor a buffer display table defined, or when Emacs |
| 6526 | is @code{nil}. | 6526 | is outputting text to the standard output or error streams. Its |
| 6527 | default is @code{nil}. | ||
| 6527 | @end defvar | 6528 | @end defvar |
| 6528 | 6529 | ||
| 6529 | The @file{disp-table} library defines several functions for changing | 6530 | The @file{disp-table} library defines several functions for changing |
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index f16018417de..362c3a4dcbb 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -1959,6 +1959,7 @@ how Emacs interacts with these features. | |||
| 1959 | @cindex keyboard input decoding on X | 1959 | @cindex keyboard input decoding on X |
| 1960 | This variable specifies the coding system to use for decoding system | 1960 | This variable specifies the coding system to use for decoding system |
| 1961 | error messages and---on X Window system only---keyboard input, for | 1961 | error messages and---on X Window system only---keyboard input, for |
| 1962 | sending batch output to the standard output and error streams, for | ||
| 1962 | encoding the format argument to @code{format-time-string}, and for | 1963 | encoding the format argument to @code{format-time-string}, and for |
| 1963 | decoding the return value of @code{format-time-string}. | 1964 | decoding the return value of @code{format-time-string}. |
| 1964 | @end defvar | 1965 | @end defvar |