diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-21 00:34:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-21 00:34:51 +0000 |
commit | c2efe6c042999be426cc9f262ff7e71536ae1482 (patch) | |
tree | 912a7bcb0cf008f706acd1ec02c7d9e641792b55 | |
parent | 6802f1e3bba07ba17eddf72a4ec7c6e05dad7471 (diff) | |
download | emacs-c2efe6c042999be426cc9f262ff7e71536ae1482.tar.gz |
(Display Table Format): Minor fix.
-rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index d7e1303abad..bd20ec09baa 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -4460,7 +4460,7 @@ in these situations. @item 1 The glyph for the end of a continued line (the default is @samp{\}). Newer Emacs versions, on some platforms, display curved arrows to -indicate truncation---the display table has no effect in these +indicate continuation---the display table has no effect in these situations. @item 2 The glyph for indicating a character displayed as an octal character |